Recent content by tlaguz

  1. T

    Disable virtualization on cluster node

    Licensing issues with software installed inside virtual machines. Some of them forbid use of more than two nodes. I initially thought about manually installing quorum device and cephfs on the third system, but now I'm trying more natural approach where proxmox handles quorum device and ceph but...
  2. T

    Disable virtualization on cluster node

    Hello, I have 3 node cluster and I would like to disable virtualization support on one node due to licensing issues. However I would like to keep Proxmox GUI on this node to be able to manage Ceph from the GUI. Every node has a ROMED8-2T motherboard with an EPYC 74F3 processor (This CPU is...
  3. T

    [SOLVED] Can't mount encrypted ZFS dataset - zfs mount fails sillently without an error

    I've restarted the server and confirm that version mismatch was the problem. After removing `90_zfs` and running `apt upgrade && apt autoremove` no abnormal behavior detected!
  4. T

    [SOLVED] Can't mount encrypted ZFS dataset - zfs mount fails sillently without an error

    Hi Fabian, thanks for the reply! Indeed `zfsutils-linux` seems to be installed from debian repository: > apt show zfsutils-linux Package: zfsutils-linux Version: 0.8.4-2~bpo10+1 Priority: optional Section: contrib/admin Source: zfs-linux Maintainer: Debian ZFS on Linux maintainers...
  5. T

    [SOLVED] Can't mount encrypted ZFS dataset - zfs mount fails sillently without an error

    Hi, I have problems with mounting encrypted zfs dataset after boot. Pool is properly imported and visible in `zpool status` output. Then I manually load keys with: `zfs load-key -a` - still no issues. And here comes the mounting part. Dataset has `canmount=on` and `mountpoint=/mnt/ssd`...