Search results

  1. Y

    Rate limit on a Qemu KVM VM

    Hello, To have a rate-limit on the bandwidth of a VPS limited to 1 Gigabit/second, is it correct to set the rate limit to 125? Thanks!
  2. Y

    Probably a BUG in managing Vlans on renamed interfaces.

    pveversion -v proxmox-ve: 8.3.0 (running kernel: 6.8.12-8-pve) pve-manager: 8.3.4 (running version: 8.3.4/65224a0f9cd294a3) proxmox-kernel-helper: 8.1.1 proxmox-kernel-6.8: 6.8.12-8 proxmox-kernel-6.8.12-8-pve-signed: 6.8.12-8 proxmox-kernel-6.8.12-4-pve-signed: 6.8.12-4 ceph-fuse: 17.2.7-pve3...
  3. Y

    Probably a BUG in managing Vlans on renamed interfaces.

    Probably a BUG in managing Vlans on renamed interfaces. I tried to rename the interfaces to get around the Bug of interfaces with too long names indicated in my previous post, but they are not seen and the Vm is not started. root@MSWstg4:~# cat /etc/udev/rules.d/70-persistent-net.rules...
  4. Y

    Bug when Host server has Vlan Tag

    If i try to start a VM: can't add vlan tag 12 to interface enp131s0f0.210 - the interface name enp131s0f0.210.12 is too long at /usr/share/perl5/PVE/Network.pm line 174. kvm: -netdev...
  5. Y

    Bug setting Vlan in a VM if the Host already has a Vlan

    If I put a Vlan tag in a vm on a host that already has the interface in bridge with vlan it generates an error. If I do it on an LXC machine, it also puts the node offline. Workaround, set the vlan tag directly in the vm conf file. pveversion -v proxmox-ve: 8.3.0 (running kernel...
  6. Y

    VPS Bandwith Rate Limit

    Hello All, please, the bandwidth rate limit on a qemu VM in expressed in Mbyte or Mbit? so if i put 5 as val, the bandwidth will be limited to 5Mbit/s or 5Mbyte/2 ? Thanks!
  7. Y

    Snap zfs Delete

    Hello! can i delete a snap like: STORAGE/VM/KVM/vm-122-disk-0 STORAGE/VM/KVM/vm-122-state-prenelarge simply: zfs destroy STORAGE/VM/KVM/vm-122-state-prenelarge ? Thanks
  8. Y

    Error 255 on First Replication

    I have a cluster with the latest version of Proxmox 7 where on some ndi I can't set up replicas and I get this error: end replication job with error: command '/usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=cvs25' root@10.10.10.25 -- pvesr prepare-local-job 131-1 LXC:subvol-131-disk-0...
  9. Y

    Replication failed from proxmox7 to 8

    Hello! is it possibile to set a replication in a mixed cluster 7/8 nodes ? (it's temporary) I have tried but give me: 2024-11-05 13:41:00 601-1: (remote_prepare_local_job) Host key verification failed. 2024-11-05 13:41:00 601-1: end replication job with error: command '/usr/bin/ssh -e none -o...
  10. Y

    How to backup and restore Proxmox Users ?

    Created in the PVE realm.. i can't see files starting with a dot.. /etc/pve -rw-r----- 1 root www-data 451 Aug 28 13:02 authkey.pub -rw-r----- 1 root www-data 451 Aug 28 13:02 authkey.pub.old -r--r----- 1 root www-data 8323 Jan 1 1970 .clusterlog -rw-r----- 1 root www-data 1318 Aug...
  11. Y

    How to backup and restore Proxmox Users ?

    I migrate from a Proxmox 6 cluster to Proxmox 8 cluster. How can migrate all vm users ? I have tried coping the /etc/pve/user.cfg i see all users but passwords doasn't works .. Thanks!
  12. Y

    Ceph - 4 Node NVME Cluster Recommendations

    I need to build a 4 node Ceph cluster and I need an effective capacity of 30TB. Each node is configured like this: Supermicro 2U Storage Server 24 x NVME, X11DPU, Dual 1600W 2 x Intel Xeon Gold 6240 18 Core 2.6Ghz Processor 768G Ram 2x 100G Network 6 x Samsung PM9A3 3.84TB PCIe 4.0 2.5...
  13. Y

    Spare on ZFS Pool INUSE

    If i have all the Disks OK why the spare one is INUSE? zpool status -v pool: STORAGE state: ONLINE scan: scrub repaired 0B in 11:48:03 with 0 errors on Sun Dec 10 12:12:04 2023 config: NAME STATE READ WRITE CKSUM STORAGE...
  14. Y

    Advice for a redundant SAN?

    So you recommend using FC and not iSCSI... is the lower latency evident? Or for some other reason? If you don't use Snapshot, do you only work with backups? Se volessi costruire un ambiente di test composto da 3 nodi Diskless Proxmox e due SAN ridondate DX200 S3, quali switch FC mi...
  15. Y

    Advice for a redundant SAN?

    Thanks intersting.. 10G for iSCSI seems low to me, do you use multipath? If I have to increase the number of disks, will the operation go smoothly or will I risk breaking everything? .. I'm used to using ZFS where I add groups to pools in a very simple and painless way .. Is the speed of...
  16. Y

    Advice for a redundant SAN?

    What kind of Filesystem do you use on it ? Only LVM or also ZFS? Thanks
  17. Y

    Advice for a redundant SAN?

    What is the best Open Source solution to create a SAN for a 13 node proxmox cluster? I wouldn't want to use a product that after a year I find the license cost doubled or the company going bankrupt ;-) In the past I tried with Ceph.. but the snaps were much much slower than ZFS and over time...
  18. Y

    Error deleting user

    Solved, after updating all nodes you have to do a systemctl restart pveproxy pvedaemon pvestatd on all nodes. ( or rebbot all nodes.. )
  19. Y

    Error deleting user

    When i try to delete one user i hav this error: delete user failed: cannot update tfa config, following nodes are not up to date: cluster node 'cvs25' is too old, did not broadcast its version info (500) But "cvs25" is updated to the last proxmox7 version. pveversion -v proxmox-ve: 7.4-1...