Recent content by muzzol

  1. M

    Rocky Linux Template

    thanks a lot for your info. any particular reason you're using cloud images instead of default?
  2. M

    Rocky Linux Template

    Hi, I know it's unsupported but have anyone tried to run Rocky Linux template? I downloaded template from here https://uk.images.linuxcontainers.org/images/rockylinux/8/amd64/default/ but it complains about wrong version and I'm not sure about what should I modify on...
  3. M

    CentOS 8 Container?

    if you're getting an error while creating a new container similar to this: TASK ERROR: unable to create CT unsupported centos release you probably need to perform a little change on this file: /usr/share/perl5/PVE/LXC/Setup/CentOS.pm something like this should be enough: sed -i 's/ < 8)...
  4. M

    CentOS 8 Container?

    by the way, you can hold your breath looking at here: https://uk.images.linuxcontainers.org/images/centos/
  5. M

    CentOS 8 Container?

    the official one can take a little bit, but there'll be some user created ones for sure in a couple of days
  6. M

    Persistent LXC container options

    is this still being considered? I would like to add an option like lxc.hook.pre-mount: /etc/myhook.pre-mount.sh to all containers, and I'm not sure what file to use.
  7. M

    host server load and density with containers

    mostly web and java services (tomcat, jboss), nothing IO consuming. and containers are usually idle or with very low load.
  8. M

    host server load and density with containers

    I'm trying to evaluate the maximum capacity of my hosts so we plan next wave on hardware acquisitions. we use containers only and need to know how many can we run on a single machine. Is there any reference for pveperf to compare with? I'm specifically interested in density and load. I know...
  9. M

    migrate all logged as administrator

    can you please elaborate that? I already have a group with role Administrator and I still get a warning when I try to perform some tasks. We're using LDAP for authentication, can that be the problem? Admins are authenticating fine with their LDAP account, so plain authentication is working...
  10. M

    migrate all logged as administrator

    Hi, is there a way to migrate all machines from a node (Migrate All VMs) without logging in as root? I've got an administrator group with all sysadmins there and I want to avoid giving root password to perform such operations.
  11. M

    iostat Cannot find disk data

    hi, I'm having problems with iostat in new proxmox with a Ubuntu 12.04 LTS template. root@prova:~# iostat Cannot find disk data in my old 1.9 with a 10.04 I have no problems executing it even if I get not real output: # iostat Linux 2.6.32-11-pve (electro) 10/18/2012 _x86_64_ (3...
  12. M

    specify storage pool with vzrestore

    hi, by now executing vzrestore always creates container in first storage pool (/var/lib/vz) even if it's disabled(!). is it possible to specify an arbitrary storage pool when restoring?