diff --git a/copy_containers b/copy_containers index 0f16847..9da6bf3 100755 --- a/copy_containers +++ b/copy_containers @@ -142,6 +142,8 @@ ssh "$DEST_IP" -p $DEST_PORT zfs set mountpoint=/var/lib/lxd/storage-pools/"$DES echo "Fixing config for bionic" ssh "$DEST_IP" -p $DEST_PORT sed -i '/volatile.idmap.current/d' /var/lib/lxd/storage-pools/"$DEST_ZPOOL_2"/containers/"$CONT_VAR"/backup.yaml +ssh "$DEST_IP" -p $DEST_PORT sed -i '/volatile.uuid/d' /var/lib/lxd/storage-pools/"$DEST_ZPOOL_2"/containers/"$CONT_VAR"/backup.yaml + echo "Importing "$CONT_VAR" on destination" ssh "$DEST_IP" -p $DEST_PORT lxd import "$CONT_VAR" --force