Search results

  1. G

    [SOLVED] XFS file-restore

    Wow! The original question was asked by me. :) And I don't know why fpausp answers the question asked to me :) But I'll try to answer too: mount in VM look as: cat /etc/fstab ... UUID=a4665bab-36b0-4534-bc1f-1e7ad2facf89 /var/samba/pub xfs defaults 0 2 # mount | grep sdb ...
  2. G

    [SOLVED] XFS file-restore

    Hi! Yes. In CLI via "proxmox-backup-client map..." I got access to this disk with XFS. Is this a bug in the WEB GUI then? --- Best regards! Gosha
  3. G

    [SOLVED] XFS file-restore

    Hi! I am trying to file-restore from disk with XFS file system: XFS not supported in PBS? PBS package versions: # pveversion -v proxmox-ve: 6.4-1 (running kernel: 5.4.114-1-pve) pve-manager: 6.4-6 (running version: 6.4-6/be2fa32c) pve-kernel-5.4: 6.4-2 pve-kernel-helper: 6.4-2...
  4. G

    [SOLVED] Can't mount backup

    Thanks! :) --- Best regards Gosha
  5. G

    [SOLVED] Can't mount backup

    Sorry, but I cannot understand what is meant as an <archive-name> in context "proxmox-backup-client map" Documentation and "man proxmox-backup-client" didn't enlighten me :( --- Best regards Gosha
  6. G

    [SOLVED] Can't mount backup

    Thanks! --- Best regards Gosha
  7. G

    [SOLVED] Can't mount backup

    Hi! I am trying to mount backup (VM 200): proxmox-backup-client mount vm/200/2021-05-29T08:16:14Z root.pxar /mnt/backup but I get an error: Error: manifest does not contain file 'root.pxar.didx' Am I doing something wrong? proxmox-backup: 1.0-4 (running kernel: 5.4.106-1-pve)...
  8. G

    Proxmox VE 6.0 released!

    Hi! Today I upgraded to PVE6 on a 4-node cluster. The update went smoothly! :) Ceph updated to Nautilus without problems too! Thanks for the great work! Best regards Gosha
  9. G

    Cluster Config multiple NICs for cluster traffic

    Hi! Try look here: https://pve.proxmox.com/wiki/Separate_Cluster_Network#Redundant_Ring_Protocol Best regards, Gosha
  10. G

    Do balloonings work?

    It is sad. However, the monitor also confirms this: Gosha
  11. G

    Do balloonings work?

    Are you theorizing? Here is the practice: Windows immediately shows how much it is available to the maximum, even if it uses less than the minimum value. This is exactly how this VM is used. The whole working day of the VM uses less than 2GB, at night a backup program starts, for which 2GB...
  12. G

    Do balloonings work?

    Yes. But unfortunately, I have not found anything useful there. Gosha
  13. G

    Do balloonings work?

    Ок. The balloons were to be found among the modules: root@dstore:~# lsmod | grep balloon virtio_balloon 12997 0 virtio_ring 17342 5 virtio_net,virtio_pci,virtio_balloon,virtio_console,virtio_scsi virtio 13058 5...
  14. G

    Do balloonings work?

    Very strange. But if you are interested in looking at this: Gosha
  15. G

    Do balloonings work?

    Yes! And in the all my Linux-VMs! But why? "All Linux distributions released after 2010 have the balloon kernel driver included." I thought that this should suffice: # cat /etc/pve/qemu-server/*.conf | grep balloon balloon: 2048 New Question - How to enable use ballooning in linux-VMs? Gosha
  16. G

    Do balloonings work?

    I read the Help unconditionally. There is no answer to this question: "Yesterday shown VM started using the Swap and the available memory was only 2GB." And also there is no explanation why Windows VMs in any case show all available memory. Gosha
  17. G

    Do balloonings work?

    Hi! I'm trying to understand how the ballooning work. And my misunderstanding can be seen in the picture. Why VM see 2GB RAM presence only? This situation is observed for Linux-VMs. Windows-VMs see memory completely. Yesterday shown VM started using the Swap and the available memory was...
  18. G

    Testing HA with 5.3

    I think you like Proxmox VE. ;)
  19. G

    Testing HA with 5.3

    Hi! Do you understand that a VM on a cluster node is just a configuration file? This configuration file allows the node to allocate the necessary resources for the VM. And disks for all VMs in your case are stored in the SAN-storage. If you are using HA and have lost 2 of 3 nodes, then such a...
  20. G

    Testing HA with 5.3

    I join this approach. And I use a similar configuration in my work. I have 4 nodes (the 5th node will be soon) in the main cluster (storage CEPH). And a single node with Proxmox VE as a backup server (for VMs and CTs from main cluster). Storage - 4 HDD ZFS RAIDZ-1. Gosha