- the variant is displayed in the "Start" message of any regress when
dedup is enable, see below for before/after output
B === Start dedup-cmd-test Dedup(bothsides,fdcache=no) at 08:46:50 ===
A === Start dedup-cmd-test Dedup(Legacy,bothsides,fdcache=no) at 08:46:..
if [ x$DEDUP_FD_CACHE = xyes ]; then
$bperl -e 'add_attribute("$conf/bacula-fd.conf", "DedupIndexDirectory", "$working/ddefd", "FileDaemon")'
fi
- variant_name="Dedup($DEDUP_FS_OPTION,fdcache=$DEDUP_FD_CACHE)"
+ variant_name="Dedup($DEDUP_DRIVER,$DEDUP_FS_OPTION,fdcache=$DEDUP_FD_CACHE)"
devicetype=`expr $devicetype + 1`
fi
if [ x$FORCE_SDCALLS = xyes ]; then