Search results

  1. B

    Problem turning on container

    root@ns504266:~# pct config 128 Unable to create new inotify object: Demasiados ficheros abiertos at /usr/share/perl5/PVE/INotify.pm line 389.
  2. B

    CPUSETS

    And in kvm how is the cpu limit? like openvz or lxc?
  3. B

    CPUSETS

    The problem is that if I use cpulimit, people can see all the cores of the machine, and that is not quite good. In this cpu limit I have to assume that openvz was much better :/
  4. B

    Problem turning on container

    pveversion -v: root@ns504266:~# pveversion -v proxmox-ve: 4.3-71 (running kernel: 4.4.21-1-pve) pve-manager: 4.3-10 (running version: 4.3-10/7230e60f) pve-kernel-4.4.21-1-pve: 4.4.21-71 pve-kernel-4.4.19-1-pve: 4.4.19-66 lvm2: 2.02.116-pve3 corosync-pve: 2.4.0-1 libqb0: 1.0-1 pve-cluster...
  5. B

    Problem turning on container

    Also getting this error when trying a pct command: Unable to create new inotify object: Too many open files at /usr/share/perl5/PVE/INotify.pm line 389.
  6. B

    Problem turning on container

    Hello, I was opening my containers in lxc and I received this error when trying this command: lxc-start -lDEBUG -o /root/prueba2.log -F -n 128 lxc-start 20161117000148.310 INFO lxc_start_ui - tools/lxc_start.c:main:264 - using rcfile /var/lib/lxc/128/config lxc-start...
  7. B

    CPUSETS

    Hello, I was wondering if cpusets are fixed to the container for always, and not managing resources like openvz did to make a more dinamic resource assignation. Waiting your answer, Pedro
  8. B

    Files

    I have seen that all raw files are as big as the storage I assigned to that vps, but currently the SO does not have that space ocupied, is that normal? I mean having like 5 raw files of 10gb everyone, but not taking 50gb of space
  9. B

    Templates

    The problem is that dab is not working I am getting that errors, and I am a bit lost with dab, do not know really how it works. I refer to minimal ubuntu as the ubuntu that does not come with preinstalled servers like apache one and so on. For example openvz had minimal SO
  10. B

    i/o disk limit

    @dietmar, I was wondering why some people have this structure of disks: sda 8:0 0 447,1G 0 disk ├─sda1 8:1 0 19,5G 0 part / ├─sda2 8:2 0 1023M 0 part [SWAP] ├─sda3 8:3 0 1K 0 part └─sda5 8:5 0 426,6G 0 part └─pve-data 251:0 0 422,6G 0 lvm /var/lib/vz sdb 8:16 0 447,1G 0 disk loop0 7:0 0 8G 0...
  11. B

    i/o disk limit

    First of all I have flushed cache on first step: root@ns525472:/home# echo 1 > /proc/sys/vm/drop_caches and then: with this set: 251:0 500 I get this: root@prueba:/home# dd if=ubuntu-16.10-server-amd64.iso of=/root/ubuntu.iso 1368064+0 records in 1368064+0 records out 700448768 bytes (700 MB...
  12. B

    i/o disk limit

    Let me check for example copying a file to another folder, that should work no?
  13. B

    i/o disk limit

    I mean that it is not working, it is currently not limiting the i/o disk
  14. B

    i/o disk limit

    I have tested without turning it off and the write and read i/o disk continues the same: root@ns525472:/sys/fs/cgroup/blkio/lxc/100# cat blkio.throttle.write_bps_device 251:0 500 root@ns525472:/sys/fs/cgroup/blkio/lxc/100# cat blkio.throttle.read_bps_device 251:0 500...
  15. B

    i/o disk limit

    The problem happens when you turn off and on a container, the folder /sys/fs/cgroup/blkio/lxc/containerX is deleted and all its files inside
  16. B

    acl and quota

    But I continue being a little bit confused with quotas, I mean, it says that quotas are this: "Quotas allow to set limits inside a container for the amount of disk space that each user can use." So then if I just put 8gb in disk size but do not activate quotas option, the user will be able to...
  17. B

    Templates

    Also tried with this dab.conf: https://git.proxmox.com/?p=dab-pve-appliances.git;a=blob;f=ubuntu-yakkety-standard-64/dab.conf;h=dec4419e05255d35fa8b248f682b596761e17575;hb=1dcec4cf539938481633d9b25715f9e24dd09542 But received also this log: download...
  18. B

    Templates

    I have tried to follow the manual and got this: allocated VE c67715aa-2991-4387-9f02-2c154cdfca3e download: http://ftp.debian.org/debian/dists/lenny/Release Release info ignored download: http://ftp.debian.org/debian/dists/lenny/main/binary-i386/Packages.gz command 'wget -q...
  19. B

    Templates

    I do not understand that very well, I do not see where are files downloaded or how :/ I mean how can I choose the SO I want to make a template? Sorry but I am a bit lost with "dab" Any help? Thanks