Recent content by se_marc

  1. S

    [SOLVED] does the Sync job also delete backups or only pull backups?

    I have pbs-1 and pbs-2. pbs-2 is pulling from pbs-1. i created a sync job and the vm pulled correctly from 1 to 2. i deleted the vm backup on 1 and then ran the sync job on 2 and it did not remove the VM. if this is expected behavior, will having different prune polices mess with...
  2. S

    how can i copy a VM from one proxmox backup server to another proxmox backup server without adding a datastore?

    if the vm ID of the source PBS is the same as a vm ID on the destination, will it overwrite the current VM or is there a way i can change the VMID on either?
  3. S

    how can i copy a VM from one proxmox backup server to another proxmox backup server without adding a datastore?

    now im running into the issue that the new PBS instance cannot verify the VM 2022-12-29T10:16:18-05:00: verify pbsPool:vm/500/2022-12-29T13:10:03Z - manifest load error: unable to load blob '"/mnt/datastore/pbsPool/vm/500/2022-12-29T13:10:03Z/index.json.blob"' - unable to parse raw blob -...
  4. S

    how can i copy a VM from one proxmox backup server to another proxmox backup server without adding a datastore?

    i needed to copy the `owner` file from another vm backup and it shows up now. root@pbs-1:/mnt/datastore/pbsPool/vm# cp 114/owner 500/
  5. S

    how can i copy a VM from one proxmox backup server to another proxmox backup server without adding a datastore?

    Hi all, Is there a good way to copy a VM from one PBS instance to another? I downloaded all the files from the 1st PBS instance which is using ZFS the second PBS instance is also using ZFS. i copied the files to /mnt/datastore/pbsPool/vm/500/2022-12-29T13:10:03Z i changed ownership of...
  6. S

    [SOLVED] proxmox 7: permission denied when trying to remove an old node folder in /etc/pve/nodes

    hey all, I'm trying to delete an old node from my cluster and im getting some permission denied warnings. any assistance would be much appreciated! root@proxmox-4:/etc/pve/nodes# rm -rf proxmox-3 rm: cannot remove 'proxmox-3/pve-ssl.pem': Permission denied rm: cannot remove 'proxmox-3/openvz'...
  7. S

    [SOLVED] possible bug proxmox 7, active-backup bond with VLAN aware bridge causes no internet

    Its working! NOTE: making any changes to networking will wipe this config out as of version 7.0-9 Here's what I did: To get the permanent mac addresses for each physical NIC ,and the mac addresses of the bridge and bond (note, the bridge and bond are the same), I ran ip -d addr |grep...
  8. S

    [SOLVED] possible bug proxmox 7, active-backup bond with VLAN aware bridge causes no internet

    @spirit 1 is the default on the All profile which is what i have those ports configured for. @mira, thanks I'll give that a try and report back.
  9. S

    [SOLVED] possible bug proxmox 7, active-backup bond with VLAN aware bridge causes no internet

    so this happens on both of my dell r630s. i am going to try upgrading an HP server and see if the issue persists there.
  10. S

    [SOLVED] possible bug proxmox 7, active-backup bond with VLAN aware bridge causes no internet

    so i created a LAG on the switch on the 4 ports. next, i did ifdown -a; ifup -a on proxmox still unable to ping. i changed bond0 to bond-mode 802.3ad, ifdown/up again. - still unable to ping. i removed bridge-vlan-aware yes and bridge-vids 1-4094 from vmbr0 - i AM able to ping. however, if...
  11. S

    [SOLVED] possible bug proxmox 7, active-backup bond with VLAN aware bridge causes no internet

    I may have not made this too clear but when I remove VLAN Aware from vmbr0, it works without an issue on 7.0. Also, the proxmox server is NOT any any tagged network, its on the primary LAN.
  12. S

    [SOLVED] possible bug proxmox 7, active-backup bond with VLAN aware bridge causes no internet

    the MAC allowed list is blank which should mean anything is allowed. LLDP MED and STP are enabled on the 4 switch ports which the proxmox server is connected to.