Recent content by twinsen

  1. T

    Automated Proxmox VE 9.1 Deployment via MAAS

    Any way to deploy to older HPE ProLiant DL380 Gen8 with BIOS and ILO4?
  2. T

    ZFS bug causing kernel panic when accessing snapshots - fix in OpenZFS v2.4.0, is there a simple upgrade?

    And finally!! The following updates are available: Package NameInstalled VersionAvailable Version libnvpair3linux2.3.4-pve12.4.0-pve1 libpve-common-perl9.1.49.1.5 libuutil3linux2.3.4-pve12.4.0-pve1 libzfs7linux2.4.0-pve1 libzfs7linux2.4.0-pve1 libzpool7linux2.4.0-pve1...
  3. T

    ZFS bug causing kernel panic when accessing snapshots - fix in OpenZFS v2.4.0, is there a simple upgrade?

    Also, this fix has been merged into 2.4.0: https://github.com/openzfs/zfs/issues/16101 This allows to move also ZVOL devices into special device, based on it's volblocksize and special_small_blocks variable. Now the code is not ignoring these blocks belonging to ZVOLs. Can't wait for 2.4.0 to...
  4. T

    Community edition subscription - not authorized

    Ok, 1h :) root@pve:/etc/apt/sources.list.d# apt-get update Hit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://security.debian.org/debian-security trixie-security InRelease Hit:3 http://deb.debian.org/debian trixie-updates InRelease Hit:4...
  5. T

    Community edition subscription - not authorized

    I just bought community 1 socket license, activation is OK, and repos switched from no-subscription to enteprise. But apt-get update shows this: starting apt-get update Hit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://security.debian.org/debian-security trixie-security InRelease...
  6. T

    Why I cannot assign CephFS mountpoint to the LXC, from GUI?

    Of course, I could mount CEPHFS inside the container itself, by creating CEPH keyring for access, and mount it then, but as to my tests, this is much slower, as for some reason FUSE inside LXC is slower than this kind of mapping I did. Also, using VFS CEPH backend inside Samba registry is...
  7. T

    Why I cannot assign CephFS mountpoint to the LXC, from GUI?

    I'm doing scale-out clustered Samba with CTDB on top and AD integerated, backed by CEPHFS storage. This works pretty well, but to achieve what I needed was to use cmdline, like this: pct set 100 -mp0 /mnt/pve/vnas,mp=/ceph,shared=1 For all Samba cluster member in LXC containers. Can we have...
  8. T

    What is the best way to mount a CephFS inside LXC

    Just a question - why CephFS mount point setup for LXC is not in GUI? Is it not there YET, or there are no plans for that?
  9. T

    Monitors, managers and MDS duplicates in GUI

    Refreshing without cache changes nothing, and this is the status from ceph: root@fs07:~# ceph status cluster: id: 00c840c8-382c-45be-90c3-d909b75a1dde health: HEALTH_OK services: mon: 3 daemons, quorum fs07,fs08,fs09 (age 7d) mgr: fs08(active, since 7d), standbys: fs09...
  10. T

    Monitors, managers and MDS duplicates in GUI

    PVE 8.1.10 After some updates, rebooting of the nodes, adding new nodes - I ended up with this: When I try to remove all instances, all disappears, but then when I create new ones, also those dead duplicates create. How can I clean this?
  11. T

    How to migrate container online ?

    Just read it and while it looks amazing, it could be also overkill to have a cluster of Windows Servers on the Proxmox cluster togeher with CEPH cluster... But, for home use I would probably use it like in my VM lab - LXC failover with shutdown and start. A probability for failure during any...
  12. T

    How to migrate container online ?

    What I mean by that HA is, that consider a situation where LXC container is serving the Samba share, and on the normal Windows PC connected to this share, I'm doing a backup from Acronis True Image, or just uploading some _very-big-file_. Using for example Total Commander, but it doesn't matter...
  13. T

    How to migrate container online ?

    Sorry for digging out such old thread, but this is just what I was looking for. So, I've created the LXC containter, which is turnkey-fileserver Debian 8. It runs smoothly on pve1 for example. It is added to the 'failover' HA group, so the only downtime I observed was while copying a file and...
  14. T

    Mounting ceph pool for total beginner

    Hi guys, I want to make small fileserver in my home, with advantages of CEPH + Proxmox. So, to learn things, I've setup it all on VMware Workstation, just for testing and understanding. What I've achieved: - working Proxmox cluster - working CEPH cluster - 6 OSDs up and in - small ones, as...
  15. T

    Mass deployment of Proxmox machines?

    Hi, Is there any way to deploy Proxmox on number of machines, configured just to start from PXE? Or, maybe it could be good to add some environment/GUI tabs for simple cloning via PXE? Let's assume, that I have all machines with 4 NIC cards. I would use 1st NIC for management, 2nd for internet...