Recent content by ednt

  1. E

    Which priviledge is needed for disconnect a network interface?

    user.cfg: I used student_104 for the tests Config:
  2. E

    Which priviledge is needed for disconnect a network interface?

    I combined all 3 mentioned flags in one additional role. The button in the edit Network-card is not clickable. The user can still not disconnect the network. And If I don't use SDN?
  3. E

    Which priviledge is needed for disconnect a network interface?

    Hi, I want to give a user the right to disconnect a network interface for simulation purposes. I tried: VM.Config.Network, Sys.Modify, SDN.Use without success. Also the role PVEVMAdmin is not allowed to do this. With VM.Config.Network I can edit the network card, but I can not choose a bridge...
  4. E

    Best practice for offsite PBS with only recent snapshots

    I have exact the same problem. I set Transfer Last to 3 and restartet the sync job, but it is not respected. Any solution?
  5. E

    PVE 8 Debian VM ext4 RO after migration with CEPH

    HI, sometimes after migration of a debian VM the filesystem is readonly due to filesystem error. I found a thread of freezing centOS which was fixable with changing the emulated CPU type, but I think that's not the reason. Also a windows colleague sometimes have broken filesytems (mainly user...
  6. E

    PMG cluster and the user white/black lists

    With this code line I get no prompt, I get ,like in the logs, : As written: node 2 is not existant. But I found no entry in any file of pmg-02 where something is written about node 2 Only in /var/spool/pmg/cluster is a directory named 2. Yesterday I moved this directory, but it is recreated.
  7. E

    PMG cluster and the user white/black lists

    I tried now to delete the not available node 2, but ... And on pmg-01: So, additional question: how can I get rid of the failing sync message on pmg-02 ?
  8. E

    PMG cluster and the user white/black lists

    Hi, thanks for your fast response. The problem is not only missing entries from a user, also the users itself are not complete on the slave. I can select areround 25 users on the master, but only 2 on the slave. I attached a file for master and slave. I don't know why this message appears on...
  9. E

    PMG cluster and the user white/black lists

    Hi, we run a pmg cluster with 2 nodes. pmg mirror tells sync is always ok. But ... On the 'master' we have much more user white list entries than on the 'slave'. Are these entries not synchronized ? If so, we run into a problem if the 'slave' becomes active. Btw,: PMG 8.2.0 no pending...
  10. E

    PBS 3.2-7 Traffic Control not working ???

    config: agent: 1 boot: order=ide2;virtio0;net0 cores: 4 description: pk-bareos-sd-01 ide2: none,media=cdrom memory: 2048 meta: creation-qemu=7.0.0,ctime=1691072341 name: pk-bareos-sd-01 net0: virtio=72:EE:F0:76:F7:B0,bridge=vmbr1,tag=1200 numa: 0 onboot: 1 ostype: l26 scsihw: virtio-scsi-pci...
  11. E

    PBS 3.2-7 Traffic Control not working ???

    Hi Chris, PBS is up to date: proxmox-backup 3.2.0 running kernel: 6.8.8-3-pve proxmox-backup-server 3.2.7-1 running version: 3.2.7 proxmox-kernel-helper 8.1.0 pve-kernel-5.15...
  12. E

    PBS 3.2-7 Traffic Control not working ???

    The reason to reduce the traffic and to avoid that blank gaps on the diagrams are failing backups like this: 2024-08-01T01:35:19+02:00: starting new backup on datastore 'pk-pbs-01' from ::ffff:10.10.3.9: "ns/backup-41/vm/211/2024-07-31T23:35:16Z" 2024-08-01T01:35:19+02:00: download...
  13. E

    PBS 3.2-7 Traffic Control not working ???

    Hi Chris, I used the Traffic Control from the PBS. traffic-control.cfg: rule: Drosselung network 0.0.0.0/0 network ::/0 rate-in 256 MiB timeframe 00:00-23:59 interfaces: auto lo iface lo inet loopback auto eno1 iface eno1 inet static address...
  14. E

    PBS 3.2-7 Traffic Control not working ???

    Hi, due to 'wholes' in the administration diagrams during backups, and some failed backups, I tried to reduce the incoming traffic. I reduced it to Rate In: 256.00 MiB/s. But .... in the Network traffic diagram I can still see a peek of netin: 33.85G Is the traffic control not working? The...