Recent content by cjaffree

  1. C

    Help setting iser transport for ZFS on ISCSI

    More detail: root@pmox1:~# LIBISCSI_DEBUG=10 qemu-system-x86_64 -id 100 -name vmm1 -chardev 'socket,id=qmp,path=/var/run/qemu-server/100.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -chardev 'socket,id=qmp-event,path=/var/run/qmeventd.sock,reconnect=5' -mon...
  2. C

    Help setting iser transport for ZFS on ISCSI

    Hmmmm, I see the support in libiscsi. Looks like it's definitely there for 1.18.0 and I've got 1.18.0-2 installed. When trying to start manually, I get an error: root@pmox1:~# qemu-system-x86_64 -id 100 -name vmm1 -chardev 'socket,id=qmp,path=/var/run/qemu-server/100.qmp,server,nowait' -mon...
  3. C

    Help setting iser transport for ZFS on ISCSI

    Hi all, I'm new to Proxmox having been running VMWare since maybe 3.5 or something. Decided to switch over because I wanted to take the cheaper path to Infiniband and then found the support in VMWare not quite there. My setup now is Proxmox server with a dual-port Mellanox ConnectX-3 card. My...