I have four nodes setup with Ceph, one of which _also_ has ZFS setup. All of my ISOs, etc. are on ZFS. This particular VM was running on a node _without_ ZFS, just Ceph. I had to take that node offline today so I migrated it to the one _with_ ZFS. After bringing the node back up, I cannot migrate the VM back to that node because, for some reason, Proxmox complains that the "local-zfs" storage is not available. The VM I'm trying to migrate isn't using "local-zfs":
Storage configuration:
Both online and offline migration fails for this VM:
Code:
agent: 1
balloon: 2048
bootdisk: scsi0
cores: 2
cpu: Broadwell-noTSX,flags=+pcid;+spec-ctrl
hotplug: disk,network,usb,memory
ide2: none,media=cdrom
memory: 6144
name: IPA-Freyr
net0: virtio=6E:1B:98:D3:A2:8E,bridge=vmbr0
net1: virtio=96:F1:D1:65:23:3B,bridge=vmbr1
numa: 1
onboot: 1
ostype: l26
rng0: source=/dev/urandom
scsi0: cluster:vm-110-disk-0,discard=on,size=15G,ssd=1
scsihw: virtio-scsi-pci
serial0: socket
smbios1: uuid=07daab8b-bbcb-434c-952c-a7bf9b60ca8e
sockets: 1
vmgenid: 2e46e650-7b52-440e-8a1d-b60e4896db42
Storage configuration:
Code:
dir: local
path /var/lib/vz
content vztmpl,iso,backup,snippets
maxfiles 5
shared 0
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
rbd: cluster
content images,rootdir
krbd 1
monhost 10.11.1.1;10.11.1.2;10.11.1.3,10.11.1.4
pool rbd
username admin
zfspool: local-zfs-disk
pool Data/Virtualization/Disk
content rootdir,images
nodes perun
sparse 1
nfs: nas
export /data/Virtualization/Data
path /mnt/pve/nas
server storage.domain.private
content rootdir,images,vztmpl,iso,backup,snippets
maxfiles 5
options vers=4.2
dir: local-zfs
path /Data/Virtualization/Data
content vztmpl,iso,snippets
maxfiles 5
nodes perun
shared 0
Both online and offline migration fails for this VM:
Code:
task started by HA resource agent
2020-05-07 22:42:23 use dedicated network address for sending migration traffic (10.13.1.3)
2020-05-07 22:42:23 starting migration of VM 110 to node 'triglav' (10.13.1.3)
2020-05-07 22:42:23 ERROR: Failed to sync data - storage 'local-zfs' is not available on node 'triglav'
2020-05-07 22:42:23 aborting phase 1 - cleanup resources
2020-05-07 22:42:23 ERROR: migration aborted (duration 00:00:00): Failed to sync data - storage 'local-zfs' is not available on node 'triglav'
TASK ERROR: migration aborted