Search results

  1. Y

    Custom prune setting for specific VM

    Hello, I have a VM which need drastically different backup retention. Is there currently a good way to setup retention per VM? I found some old threads (~2 year old) regarding this but it looked like this feature was not implemented. I guess one can leverage namespaces feature to workaround...
  2. Y

    Migrating backups from local storage

    When I migrate a machine, the backups for that machine is left on the local storage of the source node. How can one migrate the backups to the target node also?
  3. Y

    How to shutdown unused node without quorum problems

    In a 2 node cluster, is it possible to shutdown one of the nodes to conserve energy without having quorum issues? I have setup the nodes so that they can wake up with the WOL packet. The problem is that when one node is off, the other does not accept changes anymore due to quorum. I checked...
  4. Y

    [SOLVED] VLAN Aliases

    I was wondering if this feature was ever implemented? Because I could not find it? https://forum.proxmox.com/threads/feature-request-enable-aliases-for-vlans.4213/ While entering the number directly works fine. It would be much nicer to be able to select from a predefined list. It could even be...
  5. Y

    Re-used machine IDs

    I have found several posts related to this. For example: https://forum.proxmox.com/threads/questions-about-backup-names-and-vm-ids.24813/ https://lists.proxmox.com/pipermail/pve-devel/2018-April/031526.html It feels strange that backups are shared between a deleted machine and a new one which...
  6. Y

    LXD container with snap in Proxmox LXC container?

    I am using Proxmox 7.1 and Ubuntu 20.04 in the CT I found: https://forum.proxmox.com/threads/ubuntu-snaps-inside-lxc-container-on-proxmox.36463/#post-230060 and I have installed LXD in Proxmox CT. It mostly seems to work fine. But the services do not completely start with Ubuntu 20.04 CT...
  7. Y

    Serious PBS ZFS bug?

    With BIOS type system. If one upgrades the `rpool` to support zstd. The PBS does not boot anymore. It says error: unknown filesystem. Entering rescue mode... grub rescue> Although I have done this operation on PVE boxes which used UEFI and had no adverse effects. Furthermore, it is impossible...
  8. Y

    Disk discard option does not seem to be visible in Linux guest?

    I have made a fresh PVE 6.3-6 installation using ZFS as filesystem. I created a VM and then enabled the `Discard` option. Then installed Ubuntu 20.04. When I check it with `hdparm -I /dev/sda` there is nothing about TRIM mentioned in the output. The machine uses`VirtIO SCSI` and the disk is...
  9. Y

    ZFS cache device by-id reverts to device name after reboot

    I added a cache device: zpool add rpool cache ata-MXXXX_BYYYYYY-part1 and I see the device ID in `zpool status` output at first. But after a reboot it reverts to device name cache sdi1 ONLINE 0 0 0 I tried to...
  10. Y

    [SOLVED] PBS filesystem feature table?

    There is a table at PVE wiki https://pve.proxmox.com/wiki/Storage about storage types and features they provide. Is there such a table for PBS? What do I lose if I use XFS instead of ZFS for example? Thanks!
  11. Y

    [SOLVED] How to remove dead ZIL/ZLOG from ZFS?

    Hello, I am testing ZFS and I created a raidz2 vdev with 2 log devices. For testing purposes I pull the log devices, zfs shows them as faulted. Which is all fine. I then try to remove them using `zpool remove rpool device1 device2` but it causes "rpool has encountered an uncorrectable I/O...
  12. Y

    Is it possible to manually edit PVE->Disks->SMART settings

    I am hit by this problem: https://bugzilla.proxmox.com/show_bug.cgi?id=3270 The disks are detected as `/dev/sd*` however SMART works through `/dev/sg*` Is there a way to tell proxmox to use `/dev/sg*` even by manually setting the mapping between devices?
  13. Y

    Recommended number of OSDs per node?

    Hello, The wiki says: https://pve.proxmox.com/wiki/Deploy_Hyper-Converged_Ceph_Cluster Can somebody explain why 4 on each node? How is this calculated and is it same for HDD, SSD and NVME? Does it also mean there should be 4 drives dedicated for the OSDs or can a single drive divided into 4...