Recent content by Hook

  1. H

    Ceph OSD creation error

    I can confirm this does the trick and OSD's can get added just fine now.
  2. H

    IPv6 for Host and virtual machines

    Any updates on supporting IPv6 with proxmox?
  3. H

    Proxmox Interface removing IPv6 configuration (OpenVZ Container)

    Proxmox-Version: 2.3-12 When adding some other IPv4-Addresses via the proxmox Interface to a container, the v6 configuration gets removed. (one can set it again with vzctl set <VMID> --save --ipadd <IP-Addr>) As far as I can see, there's still no bit of v6 support added to proxmox (besides the...
  4. H

    HDD space gets counted twice

    Thank you, Udo! There are MANY files tagged with (deleted) ... I'll write a script soon to parse the output, to see how much this really is ... But at least i know where all the disk space is gone to :-) Is there a way to get rid of these files without closing the apache2 process?
  5. H

    HDD space gets counted twice

    There's just too much output and all entries seem to be related to apache2 somehow .... I have no idea what the output means, so I'll just post part of it here: lsof: no pwd entry for UID 109 lsof: no pwd entry for UID 109 lsof: no pwd entry for UID 109 .... lsof: no pwd entry for UID 109 lsof...
  6. H

    HDD space gets counted twice

    So which further information do you need to solve the problem? I have several servers, also with a different hardware, where the problem occures. They are all SSD servers if that's relevant.
  7. H

    HDD space gets counted twice

    It seems no one really cares about the problem, although there is definitely a problem with proxmox ... :(
  8. H

    HDD space gets counted twice

    Same as before: root@de-fra1-c10:/var/lib/vz# du -shx * 4.0K dump 4.0K images 4.0K lock 16K lost+found 23G private 128K root 571M template Filesystem Size Used Avail Use% Mounted on /dev/mapper/pve-root 30G 855M 27G 4% / tmpfs 7.9G 0...
  9. H

    HDD space gets counted twice

    Thank you for your response! I think the problem is that everything gets symlinked in /var/lib/vz/root, the actual files are located in /var/lib/vz/private. However, with df -h, also the symlinked files get counted, although they don't even exist. So the files get counted twice as you can see...
  10. H

    HDD space gets counted twice

    Hey! I got a problem with the current proxmox installation (problem also existed on 2.1 installations as far as i know). On all my servers with proxmox installed (the default installation image from the website) the HDD space gets counted twice. Here's the proof: root@de-fra1-c10:/var/lib/vz#...
  11. H

    IPv6 in proxmox?

    When will IPv6 get supported with proxmox? It can't be that hard to integrate into the webinterface, just add two tabs (IPv4/IPv6) to the "Edit Bridge/Network Device" where in one you can add several IPv6 addresses, the Subnet Mask (e.g. /48) and the gateway. Same as you already do with IPv4...
  12. H

    IPv6 in Proxmox VE 2.0 still missing

    My intention is to run some OpenVZ servers with native IPv6 only because I don't need them to be accessible via IPv4. Most of them would run dual stacked, but still with native IPv6 and native IPv4. No tunneling methods come in place. So I thought about a configuration interface where you can...