cleanup
This commit is contained in:
parent
ef7eb47409
commit
1648c0ed1c
1 changed files with 0 additions and 2 deletions
|
@ -151,8 +151,6 @@ zfs send -i "$SNAP_TO_SEND_FOURTH" "$SNAP_TO_SEND_FIFTH" | lzop | pv | ssh "$DES
|
||||||
if [ -z "$SNAP_TO_SEND_FIRST_FOR_LATER_CHECK" ]
|
if [ -z "$SNAP_TO_SEND_FIRST_FOR_LATER_CHECK" ]
|
||||||
then
|
then
|
||||||
echo "Doing incus admin recover"
|
echo "Doing incus admin recover"
|
||||||
#Maybe not necessary...
|
|
||||||
#ssh "$DEST_IP" -p $DEST_PORT zfs set mountpoint=legacy "$DEST_ZPOOL"/lxd/storage/containers/"$CONT_VAR"; (($? != 0)) && { echo "SSH command to setup mountpoint=legacy on destination exited with non-zero"; exit 1; }
|
|
||||||
ssh "$DEST_IP" -p $DEST_PORT "cat <<EOF | incus admin recover
|
ssh "$DEST_IP" -p $DEST_PORT "cat <<EOF | incus admin recover
|
||||||
no
|
no
|
||||||
yes
|
yes
|
||||||
|
|
Loading…
Reference in a new issue