Search results

  1. S

    LXC 5 Support to Proxmox VE

    Hello, can you please add LXC 5 LTS to next Proxmox releases roadmap? Link: https://discuss.linuxcontainers.org/t/lxc-5-0-lts-has-been-released/14381 Thanks!
  2. S

    Proxmox backup stop working

    Hi dietmar thanks for your response! upgrade the pbs to latest version solved the issue Regards
  3. S

    Proxmox backup stop working

    Hi, proxmox backup was working on active cluster, do daily backups for nodes today, Without any change on cluster, backup stop working on all nodes the example log: INFO: starting new backup job: vzdump --node serv04 --all 1 --mode snapshot --mailnotification failure --storage ILPBS --quiet 1...
  4. S

    Proxmox 7 Error move Disk from NFS to iSCSI

    Update, looks like a bug, upgraded to updated version and it's work now.
  5. S

    Proxmox 7 Error move Disk from NFS to iSCSI

    also restore from NFS to iscsi destination show error: Proxmox Virtual Environment 7.0-8 restore vma archive: zstd -q -d -c /mnt/pve/NFSMount/dump/vzdump-qemu-1000-2021_06_28-01_03_53.vma.zst | vma extract -v -r /var/tmp/vzdumptmp3196241.fifo - /var/tmp/vzdumptmp3196241 CFG: size: 941 name...
  6. S

    Proxmox 7 Error move Disk from NFS to iSCSI

    Hi, I try to move disk from NFS Mount to iSCSI and got the follow error: Proxmox Virtual Environment 7.0-8 Virtual Machine 107 (CleanOS-Image) on node 'node01' Logs: scsi0 create full clone of drive scsi0 (NFSMount:107/vm-107-disk-0.qcow2) WARNING: dos signature detected on...
  7. S

    Proxmox7 and ISCSI Storage + multipath

    Hi, working well, thanks! the steps: 1. add all iSCSI ports via Proxmox GUI 2. install and set /etc/multipath.conf 3. add multipath -a wwid 4. restart multipath: systemctl restart multipath-tools.service 5. test: fio --filename=/dev/mapper/mpath0 --direct=1 --rw=read --bs=1m --size=20G...
  8. S

    Proxmox7 and ISCSI Storage + multipath

    Thanks for that answers! 1. maybe it's can work with only 2 Active Ports, in this case round-robin should give me total of 20Gb, right? 2. my setup is correct? should I add the 4 paths of ISCSI to Proxmox as storages? 3. how can I create vg using vgcreate and map all 4 Ports to this vg for LVM...
  9. S

    Proxmox7 and ISCSI Storage + multipath

    Hi, I have IBM FlashSystem 5200NVMe Storage with 2 Controllers and total of 4x Network Ports, 2 from each Controller just want to make sure we set it right and ask about the multipath settings: https://pve.proxmox.com/wiki/ISCSI_Multipath 1. I Have Added the ISCSI 4 hosts to the as Proxmox...
  10. S

    Backup Speed

    Hi, I have Proxmox VE in several Storage configurations, some VMs with Loaclzfs some in NVMe External Storage and some with Local NVMe drives as LVM all network connections are 10Gbps Our backup is to QNAP TS-1279U-RP as NFS mount using PBS the backup device is also with 2x10Gb network and 12...
  11. S

    Proxmox backup server

    Thanks Tom! waiting to check that and thanks for your tremendous contribution to the community best regards,
  12. S

    Proxmox backup server

    Hi, any estimate? Regards,
  13. S

    Proxmox backup server

    Hello, any estimate to proxmox backup server over Debian bullseye? deb http://download.proxmox.com/debian/pbs bullseye pbs-no-subscription show E: The repository 'http://download.proxmox.com/debian/pbs bullseye Release' does not have a Release file. Regards
  14. S

    Proxmox 7 Cluster and iscsi over LVM

    I found the issue on the conf, not a bug Thanks!
  15. S

    Proxmox 7 Cluster and iscsi over LVM

    Hi, Just try to test iscsi connection over LVM but I see that no Base volume found it's look like a bug, can you please check / test it? Regards,
  16. S

    Proxmox 7 Cluster and Backups questions

    Hi Tom, Thanks for your answers! 1. I mean to Proxmox Backup Server and not only the client, we installing it on most of clusters in one of the Proxmox nodes, the question is if PBS server side ready to Debian11 2. any conception how can proxmox cluster work cross Debian versions? it's not so...
  17. S

    Proxmox 7 Cluster and Backups questions

    Hello, 2 questions about Proxmox 7 Beta 1. it's already supported by pbs client and pbs server? 2. can I join Proxmox v7 node to existing Proxmox 6.x Cluster? Regards,
  18. S

    LXC Migration issue case data lost

    Hi, migrate LXC from local-lvm to other node the new node was without disk space in local-lvm since it's use "local1" storage for disks anyway, the migration say task is OK (even it's not OK since not enough disk space) on this case it's should stop the migration and remain the disk on source...
  19. S

    Cluster actions during backups

    Hi, Cluster action for example: service pvestatd restart in one of the nodes (not same node that do backup at same time) if no pvestatd / pve-cluster services restart there is no any problem with backups. Regards