I have TrueNas Core and it worked out of the box for me. I did not make any changes other than those specified in the guide. I can create/remove/take snapshots/move disks from/to iSCSI target without issues.
Looks like the error is thrown at this line...
I have PVE 6.3-2 and while disk creation is allowed to take 6m 39s, disk migration times out after 1 minute.
Anyone knows if this was changed in 7+, so I don't try upgrade for nothing?
create full clone of drive ide0 (play:105/vm-105-disk-0.qcow2)
Formatting...
This is what I ended up doing.
Every disk directory entry has a file located at /etc/systemd/system/mnt-pve-<name>.mount.
To remove it, make sure mount is not used anywhere and do:
systemctl stop mnt-pve-<name>.mount
systemctl disable mnt-pve-<name>.mount
rm...
To resize qcow2 file with snapshots you have to copy each snapshot in a separate image file with qemu-img convert, resize all images with qemu-img resize, then rebase in order with qemu-img rebase each image on the appropriate precedent image (snapshot) and push to base with qemu-img commit and...
In my case I have target (via targetcli-fb package) and initiator running on the same cluster. Target is configured on one node, and initiators on each node.
I can cinfirm that configuring the iSCSI initiators via iscsiadm, instead of via the PVE web interface, fixed the issue because "TCP...
I did this and now pveproxy fails to start.
May 18 14:18:49 pve pveproxy[1912]: starting 1 worker(s)
May 18 14:18:49 pve pveproxy[1912]: worker 3393 started
May 18 14:18:49 pve pveproxy[3393]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at...
Why does everything have to be half-arsed?
There are create buttons for LVM, LVM-Thin, Directory and ZFS. Why not add the delete/format buttons as well?
I can't imagine them to be much different that the create buttons. They can probably be added in 5 minutes by whomever added the create...
I don't know. Yeah, the IO rate is 10Gb, but the fact that they put in the picture 1GbE and 4Gb FCoE, threw me off.
I went for dual card instead, HP NC522SFP NIC, dual 10 GbE guaranteed, and Dell-QLE2562 HBA, dual 8Gb FCoE (instead of 4).
I was looking at QLE8142 product overview at figure 1-2 "Combined SAN and LAN Function on One Converged Network Adapter" on page 1-3 "QLogic Converged Network Adapter", where this image can be found:
Do you think those bandwidths are fixed, 4Gb FC and 1GbE per port, or they are distributed...