Hello,
I am running vzdump from a bash shell against a zfs pool and get these messages:
"could not get storage information for 'storage-2': can't use storage type 'zfspool' for backup"
I need to loop up to 20 times with a 2 second wait between the iterations; somewhere in these 20 retries it works out.
Any hint to fix that ?
Here is the storage configuration:
root@pxmx-2:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content vztmpl,iso,backup
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
dir: pxmx-1-bck
path /mnt/data/backup
content backup,images
maxfiles 2
nodes pxmx-1
shared 1
dir: pxmx-1-hdd-img
path /mnt/data/hdd-img
content images,rootdir
nodes pxmx-1
shared 0
zfspool: storage-2
pool storage-2
content images,rootdir
mountpoint /storage-2
nodes pxmx-2
The pool consists of 5 Samsung EVO 860 SSDs:
root@pxmx-2:~# zpool status
pool: storage-2
state: ONLINE
scan: scrub repaired 0B in 0 days 00:04:04 with 0 errors on Sat Nov 14 10:18:51 2020
config:
NAME STATE READ WRITE CKSUM
storage-2 ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
scsi-36c81f660ce7ca800274004d11356d925 ONLINE 0 0 0
scsi-36c81f660ce7ca800274004fe16134426 ONLINE 0 0 0
scsi-36c81f660ce7ca8002740051317542f54 ONLINE 0 0 0
scsi-36c81f660ce7ca8002740052b18b463f6 ONLINE 0 0 0
scsi-36c81f660ce7ca8002740054019fae5ff ONLINE 0 0 0
errors: No known data errors
Here are the package versions:
dpkg -l | cut -b 5-60 | grep ^pve
pve-cluster 6.2-1
pve-container 3.2-2
pve-docs 6.2-6
pve-edk2-firmware 2.20200531-1
pve-firewall 4.1-3
pve-firmware 3.1-3
pve-ha-manager 3.1-1
pve-i18n 2.2-2
pve-kernel-5.4 6.2-7
pve-kernel-5.4.34-1-pve 5.4.34-2
pve-kernel-5.4.65-1-pve 5.4.65-1
pve-kernel-helper 6.2-7
pve-lxc-syscalld 0.9.1-1
pve-manager 6.2-15
pve-qemu-kvm 5.1.0-6
pve-xtermjs 4.7.0-2
pve-zsync 2.0-3
best regards, SRU
I am running vzdump from a bash shell against a zfs pool and get these messages:
"could not get storage information for 'storage-2': can't use storage type 'zfspool' for backup"
I need to loop up to 20 times with a 2 second wait between the iterations; somewhere in these 20 retries it works out.
Any hint to fix that ?
Here is the storage configuration:
root@pxmx-2:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content vztmpl,iso,backup
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
dir: pxmx-1-bck
path /mnt/data/backup
content backup,images
maxfiles 2
nodes pxmx-1
shared 1
dir: pxmx-1-hdd-img
path /mnt/data/hdd-img
content images,rootdir
nodes pxmx-1
shared 0
zfspool: storage-2
pool storage-2
content images,rootdir
mountpoint /storage-2
nodes pxmx-2
The pool consists of 5 Samsung EVO 860 SSDs:
root@pxmx-2:~# zpool status
pool: storage-2
state: ONLINE
scan: scrub repaired 0B in 0 days 00:04:04 with 0 errors on Sat Nov 14 10:18:51 2020
config:
NAME STATE READ WRITE CKSUM
storage-2 ONLINE 0 0 0
raidz2-0 ONLINE 0 0 0
scsi-36c81f660ce7ca800274004d11356d925 ONLINE 0 0 0
scsi-36c81f660ce7ca800274004fe16134426 ONLINE 0 0 0
scsi-36c81f660ce7ca8002740051317542f54 ONLINE 0 0 0
scsi-36c81f660ce7ca8002740052b18b463f6 ONLINE 0 0 0
scsi-36c81f660ce7ca8002740054019fae5ff ONLINE 0 0 0
errors: No known data errors
Here are the package versions:
dpkg -l | cut -b 5-60 | grep ^pve
pve-cluster 6.2-1
pve-container 3.2-2
pve-docs 6.2-6
pve-edk2-firmware 2.20200531-1
pve-firewall 4.1-3
pve-firmware 3.1-3
pve-ha-manager 3.1-1
pve-i18n 2.2-2
pve-kernel-5.4 6.2-7
pve-kernel-5.4.34-1-pve 5.4.34-2
pve-kernel-5.4.65-1-pve 5.4.65-1
pve-kernel-helper 6.2-7
pve-lxc-syscalld 0.9.1-1
pve-manager 6.2-15
pve-qemu-kvm 5.1.0-6
pve-xtermjs 4.7.0-2
pve-zsync 2.0-3
best regards, SRU
Last edited: