We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71ea3c commit 329274aCopy full SHA for 329274a
src/tm_mad/fs_lvm_ssh/clone
@@ -137,6 +137,7 @@ CREATE_CMD=$(cat <<EOF
137
# -Zy is for auto-zeroing thin volumes. It already defaults to 'y' but just in case...
138
$SUDO $LVCREATE -Zy -L ${SIZE}M --type thin-pool --thinpool $POOL_NAME $VG_NAME
139
$SUDO $LVCHANGE -an $VG_NAME/$POOL_NAME
140
+ $SYNC
141
fi
142
$SUDO $LVCREATE -T $VG_NAME/$POOL_NAME -V ${SIZE}M -n $LV_NAME
143
else
0 commit comments