Recent content by Gardouille

  1. G

    How to handle unprivileged containers and large UIDs/GIDs?

    ok… testing a small workaround I mostly (only so far in fact…) use "old" LXC template solution, based on one of the template provided by Proxmox, eg. debian-11-standard_11.0-1_amd64.tar.gz (from http://download.proxmox.com/images/system/). And i have the same problem: Need to modify...
  2. G

    How to handle unprivileged containers and large UIDs/GIDs?

    Hi ! Did you figure out a solution ? Cause yeah… it's quite painful to edit lxc config files one by one ^^ I tried to add lxc.idmap content to /usr/share/lxc/config files without any success so far.
  3. G

    Openswitch not bringing up bond on boot

    If it's not too late, a working interfaces file with Proxmox 7 in my case : # The loopback network interface auto lo iface lo inet loopback # The four network interface allow enp4s0f0 iface enp4s0f0 inet manual allow enp4s0f1 iface enp4s0f1 inet manual allow eno1 iface eno1 inet manual...
  4. G

    lxcfs: utils.c: 331: read_file_fuse: Write to cache was truncated

    I just had this message on a container with a feature (nesting) enable. Unable to make it disapear, even with : Disable the feature Stop the container Restore the container The only way was to move it to another host (i kept nesting feature disable). I guess restart the host should also do...
  5. G

    Need extra range for uid in unprivileged lxc containers

    Hi, I need to allow some bigger uid than the default one (65536) in LXC containers (eg. mine is >72000 and new users are >120000 in the LDAP). As i understand lxc.idmap definition (in UID MAPPINGS section of linux.container manpage), these lines (in /etc/pve/local/lxc/2100.conf file) should...
  6. G

    [SOLVED] LXC Migration - ERROR: unknown command 'mtunnel'

    Ok, thanks Dietmar, i will upgrade tomorrow :) There is any URL to a changelog for the next time ? I can't find any ^^
  7. G

    [SOLVED] LXC Migration - ERROR: unknown command 'mtunnel'

    Hi, I have a 3 nodes cluster with Proxmox 4 and mainly use LXC containers (~30). Only 4-5 KVM. Today : i upgrade : libpve-common-perl pve-cluster pve-container pve-docs pve-manager pve-qemu-kvm python-pil qemu-server on the first node (r630a) Start to migrate some non-critical containers from...
  8. G

    [SOLVED] Mount RBD pool in LXC CT?

    Hi! Sorry for the delay :) 1. So on the host: mkdir /mnt/ct/199121/test /usr/bin/rbd map --pool rbd test --id test --keyring /etc/ceph/ceph.client.test.keyring mount /dev/rbd/rbd/test /mnt/ct/199121/test 2. And on the container: mkdir /mnt/rbdtest 3. And according to the wiki (lxc bind...
  9. G

    [SOLVED] Mount RBD pool in LXC CT?

    The CT is on a Proxmox cluster, this means i would have to map RBD on the 3 hosts. But RBD pool will allow concurrent map from 3 hosts?
  10. G

    [SOLVED] Mount RBD pool in LXC CT?

    I try to map and mount a RBD pool (from a ceph cluster) into a LXC container without success …: /usr/bin/rbd map --pool rbd test --id test --keyring /etc/ceph/ceph.client.test.keyring rbd: sysfs write failed rbd: map failed: (30) Read-only file system The Ceph configuration file seems good...
  11. G

    KVM backup error since migrate to 2.3

    # qemu-img convert -O raw vm-666-disk-1.qcow2 vm-666-disk-1.raw qemu-img: error while reading sector 2097152: Input/output error zsh: exit 1 qemu-img convert -O raw vm-666-disk-1.qcow2 vm-666-disk-1.raw If I modify the VM configuration file: ide0: local:666/vm-666-disk-1.raw The VM...
  12. G

    KVM backup error since migrate to 2.3

    Same informations for my VM with problems: boot: cdn bootdisk: ide0 cores: 1 ide0: local:405/vm-405-disk-1.qcow2 ide2: none,media=cdrom keyboard: fr memory: 1024 name: admin-win net0: rtl8139=XX:XX:XX:XX:XX:XX,bridge=vmbr0 onboot: 1 ostype: wxp sockets: 1
  13. G

    KVM backup error since migrate to 2.3

    Ok, test: qmrestore to_restore/vzdump-qemu-405-2013_03_10-00_35_25.vma.lzo 666 qmrestore to_restore/vzdump-qemu-405-2013_03_10-00_35_25. vzdump-qemu-405-2013_03_10-00_35_25.log vzdump-qemu-405-2013_03_10-00_35_25.vma.lzo root@lancelot:/mnt/backup_lancelot# qmrestore...
  14. G

    KVM backup error since migrate to 2.3

    Hello, I have a little problem since i migrate one of my server to Proxmox VE 2.3 last friday. A example of log before the migration: 402: mars 08 00:30:02 INFO: Starting Backup of VM 402 (qemu) 402: mars 08 00:30:02 INFO: status = running 402: mars 08 00:30:02 INFO: backup mode: suspend 402...