Search results

  1. C

    Cannot restore container from Backup Server after corrupted HA failover

    Due to a network outage, my cluster tried to start a HA managed container on another node which seems to have failed. The CT was in errored state, so I deleted the HA entry for that container. The errored state went away, CT was still stopped though Tried to start the CT. The CT could not start...
  2. C

    [Feature Request]: Allow to automatically replicate uploaded ISOs to all nodes

    I have a 5 node cluster and most of the time I use * Debian Netinstall * Ubuntu Server * Other distros It is quite time consuming to always have to upload the ISO to a node when I want to mount the ISO on another node. Most of the times, I remove the downloaded ISOs from my laptops Download...
  3. C

    Feature request: provide interactive CLI command for cluster node maintenance

    I have a PVE cluster with 4 nodes. I want to do hardware maintenance on a node. To accelerate the process of migration the nodes resources (VMs, CTs, etc.) to other nodes, I want a subcommand of pvecm that guides me to all the usually necessary steps before taking down a node. * Migrate VMs *...
  4. C

    Permissions are the wrong way around

    Here is my /etc/pve/user.cfg user:root@pam:1:0:::mail@example.com::: user:web@pve:1:0::::COMMENT.:: group:Remote-Maintenance:web@pve:: role:Allow-BackupNodePowerMgmt:Sys.PowerMgmt...
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. C

    osd move issue

    could you please tell me how to determinde the VG-ID and osd fsid?
  10. 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...
  11. C

    Ceph as Storage Backend

    wouldn't it be possible to index the chunks by hashing them and using the hash as index?
  12. 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?
  13. 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?
  14. 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?
  15. 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...
  16. 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...
  17. 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.
  18. 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...