I have a nas running OMV baremetal, and prox running baremetal on a separate machine. I successfully added the OMV zfs storage to the pve node per https://pve.proxmox.com/wiki/Storage:_ZFS_over_ISCSI . prox can see the drive, its enabled and active, however it wont let me create vms on it. I can create them on a small local storage within the pve machine.
The only error message from prox i get is:
"
cannot open '': name must begin with a letter
TASK ERROR: unable to create VM 101 - command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/192.168.1.99_id_rsa root@192.168.1.99 zfs create -s -b 4k -V 33554432k /storage/pve/vm-101-disk-0' failed: exit code 1
"
journalctl output is
"
Mar 30 09:33:31 pve pvedaemon[27283]: VM 101 creating disks failed
Mar 30 09:33:31 pve pvedaemon[27283]: unable to create VM 101 - command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/192.168.1.99_id_rsa root@192.168.1.99 zfs create -s -b 4k -V 33554432k /storage/pve/vm-101-disk-0' failed: exit code 1
Mar 30 09:33:31 pve pvedaemon[15039]: <root@pam> end task UPIDve:00006A93:000F3C3D:660830CA:qmcreate:101:root@pam: unable to create VM 101 - command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/192.168.1.99_id_rsa root@192.168.1.99 zfs create -s -b 4k -V 33554432k /storage/pve/vm-101-disk-0' failed: exit code 1
"
Ive considered permissions issues on the OMV side, and have given full access to the share
any ideas? thanks
The only error message from prox i get is:
"
cannot open '': name must begin with a letter
TASK ERROR: unable to create VM 101 - command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/192.168.1.99_id_rsa root@192.168.1.99 zfs create -s -b 4k -V 33554432k /storage/pve/vm-101-disk-0' failed: exit code 1
"
journalctl output is
"
Mar 30 09:33:31 pve pvedaemon[27283]: VM 101 creating disks failed
Mar 30 09:33:31 pve pvedaemon[27283]: unable to create VM 101 - command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/192.168.1.99_id_rsa root@192.168.1.99 zfs create -s -b 4k -V 33554432k /storage/pve/vm-101-disk-0' failed: exit code 1
Mar 30 09:33:31 pve pvedaemon[15039]: <root@pam> end task UPIDve:00006A93:000F3C3D:660830CA:qmcreate:101:root@pam: unable to create VM 101 - command '/usr/bin/ssh -o 'BatchMode=yes' -i /etc/pve/priv/zfs/192.168.1.99_id_rsa root@192.168.1.99 zfs create -s -b 4k -V 33554432k /storage/pve/vm-101-disk-0' failed: exit code 1
"
Ive considered permissions issues on the OMV side, and have given full access to the share
any ideas? thanks