Hello,
I am currently trying to mount a iSCSI Share to an LXC Container.
If I try to mount the iSCSI Share directly to the LXC Container I get the following error message:
"iscsiadm: read error (-1/104), daemon died?
iscsiadm: iSCSI driver tcp is not loaded. Load the module then retry the command.
iscsiadm: Could not perform SendTargets discovery: iSCSI driver not found. Please make sure it is loaded, and retry the operation"
But the module seems to be loaded:
lsmod |grep scsi
iscsi_tcp 24576 1
libiscsi_tcp 32768 1 isci_tcp
I tried many different LXC Containers, rebooted them, nothing.
If I mount the iSCSI Share directly to Proxmox it just works fine.
Is there a way to maybe passtrough the iSCSI Share I mounted to Proxmox to a LXC Container?
I am currently trying to mount a iSCSI Share to an LXC Container.
If I try to mount the iSCSI Share directly to the LXC Container I get the following error message:
"iscsiadm: read error (-1/104), daemon died?
iscsiadm: iSCSI driver tcp is not loaded. Load the module then retry the command.
iscsiadm: Could not perform SendTargets discovery: iSCSI driver not found. Please make sure it is loaded, and retry the operation"
But the module seems to be loaded:
lsmod |grep scsi
iscsi_tcp 24576 1
libiscsi_tcp 32768 1 isci_tcp
I tried many different LXC Containers, rebooted them, nothing.
If I mount the iSCSI Share directly to Proxmox it just works fine.
Is there a way to maybe passtrough the iSCSI Share I mounted to Proxmox to a LXC Container?
Last edited: