Hello all!
We are using PBS since last week with PVE integration.
VM start fine on the iSCSI backend, cloning work too but when I tried to restore a backup (backup made from NFS backend storage and trying to restore to ZFS over ISCSI backend storage) i got an error message :
Zvol was created (and remove after the failed restore) but the LUN mapping (ACL ?) not.
We are using PBS since last week with PVE integration.
VM start fine on the iSCSI backend, cloning work too but when I tried to restore a backup (backup made from NFS backend storage and trying to restore to ZFS over ISCSI backend storage) i got an error message :
Code:
Using encryption key from file descriptor
Encryption key fingerprint: 'd3:ea:e9:28:ea:05:7d:f1'
Using encryption key from file descriptor
Encryption key fingerprint: 'd3:ea:e9:28:ea:05:7d:f1'
new volume ID is 'ISCSI_NAS_50TO:vm-104-disk-0'
restore proxmox backup image: /usr/bin/pbs-restore --repository root@pam@10.20.30.11:datastore vm/10016/2020-12-26T20:08:19Z drive-scsi0.img.fidx iscsi://10.20.30.21/iqn.2020-12.sys.eoris.tech:omv:nas01/0 --verbose --format raw --keyfile /etc/pve/priv/storage/NFS_BACKUP_EORIS_35TO.enc
connecting to repository 'root@pam@10.20.30.11:datastore'
open block backend for target 'iscsi://10.20.30.21/iqn.2020-12.sys.eoris.tech:omv:nas01/0'
iSCSI: Failed to connect to LUN : Failed to log in to target. Status: Authorization failure(514)
temporary volume 'ISCSI_NAS_50TO:vm-104-disk-0' sucessfuly removed
TASK ERROR: command '/usr/bin/pbs-restore --repository root@pam@10.20.30.11:datastore vm/10016/2020-12-26T20:08:19Z drive-scsi0.img.fidx iscsi://10.20.30.21/iqn.2020-12.sys.eoris.tech:omv:nas01/0 --verbose --format raw --keyfile /etc/pve/priv/storage/NFS_BACKUP_EORIS_35TO.enc' failed: exit code 255
Zvol was created (and remove after the failed restore) but the LUN mapping (ACL ?) not.