Recent content by linkstat

  1. L

    [TUTORIAL] Guide: Setup ZFS-over-iSCSI with PVE 5x and FreeNAS 11+

    Here is the relevant part of my storage.cfg (pve-manager/9.0.10/deb1ca707ec72a89 (running kernel: 6.14.8-2-pve): zfs: trinity-zfs blocksize 4k iscsiprovider truenas pool trinity/pve portal 10.47.27.1 target iqn.2022-07.lan.fms:srv-nas1:storage...
  2. L

    [TUTORIAL] Guide: Setup ZFS-over-iSCSI with PVE 5x and FreeNAS 11+

    Alright, I've moved all my disks to NFS. I deleted all the disks and the ZFS storage. Then I started from scratch: Next, I re-added the ZFS over iSCSI storage type, and attempted to move the disk from one of my VMs from NFS storage to the "new" and freshly configured ZFS over iSCSI, but...
  3. L

    [TUTORIAL] Guide: Setup ZFS-over-iSCSI with PVE 5x and FreeNAS 11+

    Hello. First and foremost, thank you very much for your dedicated work. I'm writing to report that I installed the plugin today (following the instructions from the GitHub repository). The VMs that were previously configured with TrueNAS continue to work fine. However, today I created a new...
  4. L

    Containers loose network until Reboot of the LXC

    Hiello. Could you tell us something about the hardware involved? Is it a single node, a cluster? Is it a server board or a workstation running Proxmox? And network cards? (I've had some issues with consumer grade Realtek network cards in the past). Another question, is: your network...
  5. L

    WARN: no efidisk configured! Using temporary efivars disk.

    Hello. Is it possible to disable that warning? I've created a VM to emulate ARM64 hardware, which has no EFI disk (I don't require it and don't want it), and the warning gets pretty annoying over time. I thought, maybe there's a way to get that warning out of the way... after all it's just a...
  6. L

    Apparmor error while starting a container

    Hello. I had the same problem with one of my nodes: none of the LXC started (but if I migrated to another node, it worked without problems). Particularity of my case: it happened to me after an update of the virtualization environment from Proxmox 7.x to 8.x, with apt process interrupted (and...
  7. L

    [TUTORIAL] Guide: Setup ZFS-over-iSCSI with PVE 5x and FreeNAS 11+

    Hello. If I currently have the plugin running (both ZFS over iSCSI and NFS), and I upgrade the storage from TrueNAS CORE (whose base system is FreeBSD) to TrueNAS SCALE (which now comes with GNU/Linux), will everything still work fine? TrueNAS offers this change of operating system as an...
  8. L

    termproxy error "/usr/bin/termproxy 5900 --path /nodes/node1 --perm Sys.Console -- /usr/bin/pveceph install --version quincy"

    I have exactly the same problem. But I'm pretty sure OpenVPN isn't the cause; I have several sites, which I manage via VPN, but the problem does not occur in those places... the only difference is that the problematic server is not part of any cluster... however I have made some IP or hostname...
  9. L

    Proxmox node name change

    This worked for me. Best Regards!!
  10. L

    problems with shared LVM on top of iSCSI after dropping multipath

    Thanks for your answer. Yes, we had thought about that (leave multipath). But since we are about to add a second storage, built on TrueNAS, we plan to use ZFS over iSCSI storage type, using the TrueNAS ZFS over iSCSI interface from THEGRANDWAZOO, which at least at the moment, does not support...
  11. L

    problems with shared LVM on top of iSCSI after dropping multipath

    Hello. We have a cluster of 7 nodes. VMs and LXCs are stored on external storage, on a shared LVM, via iSCSI. We recently had to move from a 2 x 1Gbps iSCSI multipath connection to a 1 x 10 Gbps FO ethernet (single link iSCSI connection, no multiphating). The iSCSI storage has 4 ethernet ports...
  12. L

    Delay start of a VM

    Hello again. Well... I finally solved this, creating an dummy LXC, which uses only local storage (no external storages resources), with start order 1, and startup delay of 450 seconds. Then all other LXCs and VMs have boot order 2 and higher, and whatever delays are needed. But with this, I...
  13. L

    Delay start of a VM

    If the storage takes less than 300 seconds to start, then all the Proxmox VMs that are stored on that external storage start perfectly fine, without problems. But if external storage takes more than 300 seconds, then all VMs fail to start. That's my problem, and I thought I'd fix it by setting...
  14. L

    Delay start of a VM

    I have a problem with this option: one of the external storage takes up to 450 seconds to become available. So when I try to set this option to 450, Proxmox says: "The maximum value for this field is 300". Is there a way to reset this value above 300 seconds, outside of the web interface? Any...