Search results

  1. M

    New Mobile App for Proxmox VE!

    Maybe to update title of the topic to: New Android Mobile App for Proxmox VE! would prevent some of us asking for IOs ones hehe. Meanwhile, Is there a way to load proxmox website without mobile version? I mainly need for rebooting/start/shutdown virtual machines and some options are not...
  2. M

    [SOLVED] Just a simple question

    Yes, I agree. I just asked that because of an alternative way to open single file without replacing original VMID.
  3. M

    [SOLVED] Just a simple question

    And the restore can be done in a new VM (new ID) to avoid overwrite the original one? I would like to test the recovery part without testing on a live VM for now. Thank you,
  4. M

    ZFS and proxmox

    Thanks @Dunuin, Indeed I am playing right now with this so I can remove the disk and create it again to increase to at least 16K volblocksize. Due to I don't really know benefits/cons around increasing volblocksize I can add more than 16k if I will get more space available. Any suggestion? I...
  5. M

    ZFS and proxmox

    Thanks @aaron for your reply. I did it over command line but checking it now on Datacenter -> Storage I can see they were created as "thin provisioned". Yeah, enabling trim update free space on zfs :) I read about mirrored vdevs but there are couple of things. I don't have extra $ for an...
  6. M

    ZFS and proxmox

    Hello, I am getting crazy to put in place ZFS in my server. I am new on ZFS world so now playing a bit to understand how it works before migrate all my data. I have 3x4TB ZFS raidz1 and created using this command in PVE: zpool create zfspool -f -o ashift=12 raidz /dev/disk/by-id/ata-ZZZ...
  7. M

    Backup PVE using PBS

    Thank you for the replies. Of course having it integrated into GUI will be the easiest but setting up a cronjob is really easy too.
  8. M

    Backup PVE using PBS

    Hi, As per description of PBS on the official page: https://www.proxmox.com/en/proxmox-backup-server you can backup and restore physical hosts. This means also you can backup the Proxmox Virtual Environment too? I can not see anything specific on the pdf documentation but I am really interested...
  9. M

    Success

    I am also interested on this. Thought I don't think so due the fact of not showint the browse icon for windows OS (neither win 10).
  10. M

    Raspberry PI 4

    I guess not due to no support for ARM architecture.
  11. M

    VM suddently stop due to out of memory

    Ok, thanks for the advice @aaron. However, it still sounds weird to me no simple pop-up message to appear warning it and decide to continue or not. It is really easy to forget about it once start a VM that another one will be killed due to OOM.
  12. M

    VM suddently stop due to out of memory

    Hello, I have some virtual machines in my node and I realized something weird happen when I try to run more than 3 at the same time. I guess this is because the 4th one just needs more RAM memory than available but weird part is randomly proxmox stop some of the running ones instead of...
  13. M

    Suspend-to-Disk, S4 or hibernate the proxmox-host incl. vms

    I am not looking for suspend but hibernate. Suspend can be more tricky in a sense that RAM is not stored in disk. From concept point of view seems something easy to implement. Currently, when you press the physical button, system shutdown all VM and finally proxmox host itself. It works like a...
  14. M

    Suspend-to-Disk, S4 or hibernate the proxmox-host incl. vms

    Hello, I know this is an old topic but haven't found any updated info around this. Is it feasible to hibernate/suspend proxmox avoiding to shutdown VM and hibernate/suspend them instead? Thank you,
  15. M

    Disk product and serial on guest machine

    Thank you @oguz for your answer. I will just add disks following the recomended way even if info is not share btw host<->guest.
  16. M

    Suspend to disk on shutdown, resume on startup

    Hey @Rhys79 did you finally got hibernation to work before shutting down proxmox host? could you guide us how you achieve? I am trying to do the same but little bit lost on figuring out which scripts to create and when. Thank you,
  17. M

    Disk product and serial on guest machine

    Hello, I am new user of proxmox after several years with vsphere and I am really happy so far. Congratulations to the whole community who mantains and upgrades this great product. While I am still familiarizing with configurations, I followed this guide to add couple of disks to my linux...