Search results

  1. V

    Live migration with local storage gives an error

    I cannot migrate mine online, I the CLI: qm migrate 106 HPProliantDL360PGen8 --online --with-local-disks
  2. V

    Apparmor permission issues after switching from unprivileged to privileged LXC

    Right. And did you find a solution without removing Apparmor?
  3. V

    is there a way to reduce the space taken by snapshots?

    Really? Why does this happen with LVM-thin pool?
  4. V

    [SOLVED] Moving LXC Disk to a mounted directory - hangs

    I am moving an LXC disk to a directory from LVM-thin, on the file system I see the disk has been copied fully (full size): The disk file keeps getting updated all the time if I refresh the directory, size doesn't change. The moving volume doesn't complete. It is just stuck. I'm not sure why.
  5. V

    [SOLVED] NFS/DIRECTORY in VM

    Hi, I have Macrium rescue media ISO that will restore a proprietary backup file I have created on another machine. The ISO will boot up and look for the backup on a USB/disk, etc. I can put my backup files on a NFS shared directory, but I've no idea how I can attach it to my VM. Perhaps put...
  6. V

    NFS share fstab not mounting automatically, need to always manually get it running again

    Hi, I have a external hard drive that first must mount on a PROXMOX host: mount -t ntfs-3g /dev/sda2 /mnt/bindmounts/shared I then have the NFS-Server running on this host. The fstab has the following in it: /dev/sda2 /mnt/bindmounts/shared auto nosuid,nodev,nofail 0 0 I would've assumed this...
  7. V

    [SOLVED] Shared Storage

    I setup the export on a proxmox host, with the host IP. On a host of another node I installed the client: mount 192.168.168.144:/mnt/bindmounts/shared /mnt/nfs_clientshare It just sits there with no errors. I turned off the firewall, I am not getting any errors, it just hangs?
  8. V

    [SOLVED] Shared Storage

    Thanks, you're right. But setting up looks like it could take less than 30 minutes? How often do you need to reinstall proxmox? Supposedly you could write a script that'll do it all for you afterwards. I noticed someone commented about after restarting a client machine for the NFS, it must be...
  9. V

    [SOLVED] Shared Storage

    I've yet to check these links, but, pardon me, but the host is debian, not ubuntu? Or it doesn't matter in this case? Looks like I've got a lot of reading to do to setup NFS-Server to share a directory across my nodes....
  10. V

    [SOLVED] New HDD doesn't show up in GUI or CLI

    Thanks. I've never quite understood LVM and LVM thinpool. With the disk showing up, I wish to use it for disks, ISO's, backups, etc. Instead of adding it to LVM-thin/LVM, is mounting and making a directory the better approach?
  11. V

    [SOLVED] New HDD doesn't show up in GUI or CLI

    Shows as a disk, but I cannot seem to use it? Nor directory. Judging by this, I'd say it is formatted: I can't seem to use it for storage of VM/LXC disks, etc.
  12. V

    [SOLVED] New HDD doesn't show up in GUI or CLI

    I take that back. It shows: But not in the GUI
  13. V

    [SOLVED] New HDD doesn't show up in GUI or CLI

    Thanks! I needed to reboot and configure the RAID. My mistake. Marked as resolved.
  14. V

    [SOLVED] New HDD doesn't show up in GUI or CLI

    Assuming (for some unknown reason) that it doesn't show up..... what else can I do? HP ILO DOES show the disk as fine, lights spinning as well.... I can't restart right now, I'll have to plan it.
  15. V

    [SOLVED] New HDD doesn't show up in GUI or CLI

    Hi. It doesn't show up (600GB): Do you recommend a restart? Not sure what to do after restarting...
  16. V

    [SOLVED] Shared Storage

    Is that even a good idea (running on the host)? Also, have you got any links on setting up NFS server for PROXMOX?
  17. V

    [SOLVED] New HDD doesn't show up in GUI or CLI

    I ran: lvs vgs but the new disk doesn't show HP ILO shows the disk as OK and of course, detected. Do I need to reboot after installing a drive in a bay?
  18. V

    [SOLVED] Shared Storage

    I think it's about setting up a NFS-Server
  19. V

    Directory as mountpoint in cluster storage - size incorrect on other nodes

    I added a mountpoint as a directory to be shared with other nodes. On the machine it is attached on I can see the true size: However, on other nodes it is incorrect: (it's actually showing the same size as local (pve) What's going on here? What am I missing? Is this the answer...
  20. V

    [SOLVED] Migrate VM - cannot login via SSH

    After migrating my VM (offline mode), I cannot login via SSH. I can however access in the PROXMOX GUI shell since it's already logged in from before/earlier I'm not sure what to do at this point. I can't do PCT enter (node) because it's a VM, not a LXC