Recent content by alnash

  1. A

    How to get a list of VMs in UI?

    Found it, finally! Thanks a lot! It's what I was looking for. If only it were a bit easier to find..
  2. A

    How to get a list of VMs in UI?

    Well, Datacenter->Search doesn't show figures about RAM, OS, etc... Or I can't find a right way to do it.
  3. A

    How to get a list of VMs in UI?

    Hi, Is it possible to get a "table of VMs" in web UI, i.e. a table view like | VMID | Status | OS | RAM | Disk size | etc | Like they have it in VMWare:
  4. A

    How to update Proxmox safely?

    pveversion -v : prox:~$ pveversion -v perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "ru_RU.UTF-8" are supported and installed on your system. perl: warning: Falling back to the standard...
  5. A

    How to update Proxmox safely?

    Hi, I have a rather old Proxmox installation (w/o subscription) with 3 running VMs "Updates" tab in GUI says "Origin: Debian (59 items)" and "Origin: Proxmox (21 items"). As I see, there're 80 packages to update. The problem is that I'm pretty afraid of breaking something during update. It's a...
  6. A

    Proxmox GUI incorrectly reports size of ISO storage

    Thanks! In other words, the overall size of 982.39Gb actually is actually the total size of my root / partition (where /opt lives), and 903.47Gb used is actually used not only by /opt, but also by all other dirs under / , right?
  7. A

    Proxmox GUI incorrectly reports size of ISO storage

    Hello, I have an ISO storage set up as: dir: iso path /opt content iso shared 1 du -hc /opt shows total of 1.2Gb: 1.2G /opt/template/iso 1.2G /opt/template 1.2G /opt 1.2G total Meanwhile, web control panel shows like 900 Gb for ISO storage! What can be the issue...