Search results

  1. D

    DRBD 9 setup Proxmox VE4

    Thank you very much! Just another question: do you think that is possible to have an extra copy of each VM (or only selected VMs) to a remote node via drbd async for disaster recovery?
  2. D

    DRBD 9 setup Proxmox VE4

    Great, so it works like "ganeti"! I have a question: In the wiki you suggest "redundancy 3". This means that a VM is replicated to three nodes. Is it possible to set "redundancy 2"? Will Proxmox decide automatically where to put the replica or I can/must select the "secondary" node? And what...
  3. D

    Disconnect hanging/invalid nfs-server

    I solved my problem, you can find wich processes are using the storage with the command lsof example: lsof | grep name-of-the-mount then you get the pid on the first column and you can type: ps auxw | grep pid and find the VM,remove the disk or cdrom in that storage and reboot it. I notice that...
  4. D

    Disconnect hanging/invalid nfs-server

    I just opened the forum to write a new post and I found this. I'm trying to remove a nfs storage, moved all VMs disks to a new storage, disabled storage but I see it in df. I tried to umount it but I got "resource busy". Double cheked all VMs, there are only some unused disks on the old storage...
  5. D

    Default partition schema from PVE 1.9 ISO

    Hi all! I just installed my first Proxmox VE server :-) I used two 500 GB HD on hw raid and I noticed that the root partition is 100 GB, so only 350 GB for data. Does the system really need 100 GB on the root or I missed something? pve01:~# df Filesystem 1K-blocks Used Available...