Search results

  1. C

    [SOLVED] 3 Feature requests: Backup VMs/CTs from nodes in backup job sequentially, Shutdown PBS after Backup complete, Etherwake PBS Host before Backup Job

    Thanks for the quick advice on the hooks. The documentation says "You can find an example in the documentation directory (vzdump-hook-script.pl)." Could you please state in the docs where the documentation directory is located? A quick Google search did not give me any clue on that
  2. C

    Permissions are the wrong way around

    What I want to achieve is that I have a user that can only view data in the Web UI and power on / off only certain nodes to save power and avoid accidental poweroff of nodes that I can't power on with etherwake remotely. I have a cluster with node A,B,C,D I have a PVE Authentication Server...
  3. C

    [SOLVED] 3 Feature requests: Backup VMs/CTs from nodes in backup job sequentially, Shutdown PBS after Backup complete, Etherwake PBS Host before Backup Job

    Let's say I have a 3 node PVE Cluster Node 1 contains * VM100 * CT101 * CT102 Node 2 * VM104 * CT103 Node 3 * VM105 Also I have a single PBS host added as storage to the cluster. I want to create a daily backup job that backs up all VMs To reduce system load on the backup server which has...
  4. C

    [SOLVED] Sync .zshrc cluster wide

    Hi, My backup servers are in a separate cluster on the same network as my Application Hosts, both proxmox clusters. I want to be able to SSH to every Application Hypervisor and run "wakeup<MY_HOST_NAME>" to etherwake any backup server. So I thought about making a zshrc and putting an alias...
  5. C

    osd move issue

    could you please tell me how to determinde the VG-ID and osd fsid?
  6. C

    Shutdown turns off LAN port completely

    I'm running a test cluster on some HP T620 Thin Clients. I activate S4/S5 Wake on LAN in the BIOS. When I shutdown the node in the Proxmox Web UI, the LAN port LEDs completely turn off after shutdown so the Wake on LAN does not work. Same with systemctl suspend When I completely pull the power...
  7. C

    Ceph as Storage Backend

    wouldn't it be possible to index the chunks by hashing them and using the hash as index?
  8. C

    Ceph as Storage Backend

    Could you please go a bit into detail which actions access all these small files? Wouldn't it be possible to do all these action locally on the PBS host and when the backup is done - pushing those small files to the ceph storage?
  9. C

    Ceph as Storage Backend

    @fabian could you please go a bit into detail why the performance would be impacted so much by using ceph?
  10. C

    Ceph as Storage Backend

    Are there any plans to build in ceph as datastore backend to Proxmox Backup Server like it is already available on Proxmox VE?
  11. C

    How to safely reboot a node with the ceph cluster being still available

    I installed 3 proxmox hosts with ceph 16.2 and mons on pmxhost1 pmxhost2, mgr on pmxhost1 and pmxhost2 Each node has 2 equally sized OSDs I set the 2 OSDs to "out" on the node before reboot. Then I shut down the pmxhost2. When opening the Proxmox UI on pmxhost1, all the ceph dasboard on...
  12. C

    Feature request: Allow to make node standalone again

    So I set up a cluster which I managed to break trying out many things. However, one of the nodes is still alive and I want to keep using it as a standalone server. How can I use it? What I would like is a command like "pvecm migrate-self-to-standalone" or so that adapts the configuration so...
  13. C

    Joining a cluster with already created guests VM

    This is limitation is super frustrating. Why can't the cluster service just check all nodes whether VM IDs are really conflicting and provide the option to change the VM IDs when there are conflicts. Does proxmox not use UUIDs as VM IDs internally? The VM ID number should only be a display name.
  14. C

    Feature request: ask for Wake-On-LAN MAC address when not yet configured

    Yes I know that it can be done this way but it would be more user friendly not having to look up that command. Also I think a good way is having a default interface name entered by the user which should always become the WoL interface. This helps in large scale setups where a lot of similar...
  15. C

    Feature request: ask for Wake-On-LAN MAC address when not yet configured

    I setup a new 3 node proxmox cluster. Turned off two of the other nodes over night. Just saw that there is a wake on lan option in the nodes list to the left. Clicked it for one of the turned off nodes. Error message was shown that the wake on LAN MAC address is not configured for that node. I...
  16. C

    Feature request: provide multiple backup encryption keys to be able to restore old encrypted VM/CT backups

    Yes, as a workaround this worked so far. But it would be way quicker if I could just all the old keys as a readonly keys. Otherwise I also see a risk of forgetting to change the key back to the server's original own encryption key. What also would be a nice feature in a clustered Proxmox...
  17. C

    Feature request: provide multiple backup encryption keys to be able to restore old encrypted VM/CT backups

    Consider the following situation: I had an old lab setup with 3 PVE 7.0 Nodes. All of them were using a single PBS 2.0 Backup Server Each of the 3 Nodes had it's own Backup Encryption Key Then I tore apart the 3 Nodes but kept the Backups on the PBS for later use. Now I got myself a new...