Search results

  1. T

    Proxmox VE 6.0 released!

    until someone more knowledgable answers : that particular file is not of much importance for your install, i believe it is responsible for displaying the welcome message on the console after reboot (smt like : you can now connect to the webinterface at https://192.168.0.1:8006 ). Fine to keep...
  2. T

    ZFS Mounting Problems

    yikes...that's above my capabilities. Is this already pushed in upgrades ? And...why would the pool not mount at reboot? I know there's a fix for when the pool is on root, but this isn't the case here .
  3. T

    ZFS Mounting Problems

    indeed, at first i thought it didn't mount because it there was a dir structure in the mountpoint (/zfs-pool), which i tried to overlay with ""zfs mount -O -a". But now, I have emptied mountpoint, and it still won't auto mount, but it does mount with a simple "zfs mount -a" from console after...
  4. T

    ZFS Mounting Problems

    root@pve:/# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content rootdir,iso maxfiles 0 shared 0 lvmthin: local-lvm thinpool data vgname pve content rootdir,images zfspool: zfs-containers pool zfs-pool content...
  5. T

    ZFS Mounting Problems

    nope... the directory structure still gets created before the zfs pool get mounted. Back to the drawing board for me i guess... Doesn't work either : dir: zfs-iso path /zfs-pool/iso content iso,vztmpl shared 0 is_mountpoint 1 mkdir 0
  6. T

    ZFS Mounting Problems

    partial of /etc/pve/storage.cfg : dir: zfs-iso path /zfs-pool/iso content iso,vztmpl shared 0 mountpoint: 1 rebooting now ...
  7. T

    ZFS Mounting Problems

    ?like so : root@pve:/# zfs list NAME USED AVAIL REFER MOUNTPOINT zfs-pool 500G 153G 244K /zfs-pool zfs-pool/iso 31.0G 153G 31.0G /zfs-pool/iso Then, where do i add...
  8. T

    ZFS Mounting Problems

    Necro-ing without shame :eek: But what if the storage content needs to be `ISO image, Container template` ? Those are unavailable for ZFS type storage...
  9. T

    [SOLVED] mount zfs when directory not empty

    humm... /lib/systemd/system/zfs-mount.service still contains the edit , ExecStart=/sbin/zfs mount -O -a Yet, after reboots of the host, the pool doesn't get mounted. It does mount fine when I ssh into the host and do a zfs mount -O -a How do I troubleshoot this further so that the zfs pool...
  10. T

    [SOLVED] mount zfs when directory not empty

    for posterity ... I ran into this exact same thing after upgrading from 5.4 to 6.0 editing /lib/systemd/system/zfs-mount.service did the trick.
  11. T

    Proxmox VE 6.0 released!

    Hello everyone !! yesterday I did the upgrade from 5.4 to 6, no errors during the process. But after the reboot i got : root@pve:~# systemctl status zfs-mount.service ● zfs-mount.service - Mount ZFS filesystems Loaded: loaded (/lib/systemd/system/zfs-mount.service; enabled; vendor preset...