Recent content by drmartins

  1. D

    QEMU 10.1 available on pve-test and pve-no-subscription as of now

    we did some more research and found that the problem is that the qemu-img convert command now uses -t writeback by default and when changed it uses to -t none or -t directsync. A quick fix for us was to move the templates to local storage Here is our debug root@pve-node1:/var/log# qemu-img...
  2. D

    QEMU 10.1 available on pve-test and pve-no-subscription as of now

    I have a problem with cloning templates. I have an LVM on which I have a templates. When I want to clone the template, it tells me an error create full clone of drive ide0 (lvm-nvme:vm-9922-cloudinit) Logical volume "vm-219-cloudinit" created. create full clone of drive virtio0...
  3. D

    Proxmox with ceph and discards on ports

    we used mellanox connectx-5 cards. There is no problem in system interfaces stats we also know that switches are not suitable for network storage like ceph because of small buffer (16mb) for all ports all what i need i just confirm from someone who understand network that these discards are...
  4. D

    Proxmox with ceph and discards on ports

    Hello, i just need to confirm my presumption We have 8 proxmox nodes with ceph. Just small ceph environment with 16 NVME disks. Servers are connect to Arista DCS-7060CX-32S by 2x 25gb dac cable in LACP bond. Proxmox is on last 6 version (6.4-13) and last 15 version of ceph (15.2.15) I can see in...
  5. D

    Cloud-init role

    Well i wrote that i have user with datastoreadmin but i did not have role PVECloudInit i have more clusters i will try to get it work on others and let you know
  6. D

    Cloud-init role

    I think you need add PVEDatastoreAdmin role to group for your storage becouse cloudinit drive is qcow2 file (or raw when ou have ceph)
  7. D

    Cloud-init role

    you should check Permissions I had to create permission like this / @group PVECloudinit
  8. D

    Cloud-init role

    create new role PVECloudinit with privileges VM.Config.Cloudinit and assign to user
  9. D

    Cloud-init role

    Hi, i have a problem to determine what role or privileges i have to add to user to allow him add cloud-init drive In Hardware. I want to allow users add CloudInit drive on ceph storage. If i add it as Administrator (root), users can modify everything in Cloud-init options. Users now have...