Search results

  1. M

    [SOLVED] Last "apt dist-upgrade" wants to remove proxmox-pve

    Hi This morning I launched a classical "apt update && apt dist-upgrade" on my proxmox server, and it said : The following packages will be upgraded: linux-image-amd64 linux-libc-dev BUT, to update theses packages, proxmox want to remove a lot of packages The following packages were...
  2. M

    zed process using fully 1core all the time. But no ZFS !

    Hi Today I noticed a zed -F process consuming 100% of a core all the time. The main problem is that I don't use ZFS on my server ! It seems to have started 1 or 2 weeks ago. Could I remove this package ? Is it normal ? Version pve 5.1.
  3. M

    [SOLVED] Change Spice Proxy port

    Thank you Spirit, after a reboot it works :)
  4. M

    [SOLVED] Change Spice Proxy port

    Hi For network reasons, I would like to change the spice proxy port (from 3128 to 2288 for example) But I'm unable to find the configuration file setting this parameter... I have a workaround with an iptables rules (DNAT), but I have to manually edit the .vv file everytime I want to use it. So...
  5. M

    [SOLVED] Unable to resize disk size inside the VM (using LVM)

    Ok, thank you ! Solution : pvresize /dev/vda5 lvextend -l+100%FREE /dev/yolo-vg/root resize2fs /dev/yolo-vg/root
  6. M

    [SOLVED] Unable to resize disk size inside the VM (using LVM)

    Hi, How could I resize the partition before the "physical" volume ?? (my logic : Physical -> Volume -> Logical -> Partition)
  7. M

    [SOLVED] Unable to resize disk size inside the VM (using LVM)

    Hi I try to extend one of my VM (debian 8.5) disk size, but it fails every time. Steps : In proxmox hypervisor, select "resize disk", add 10Gb Start and stop VM, parted shows the free space on the physical drive with "print free" (free space at the end) (parted) print free Model: Virtio...
  8. M

    [SOLVED] OATH PVE broken since last update ?

    I looks like i found a bug : https://bugzilla.proxmox.com/show_bug.cgi?id=1062
  9. M

    [SOLVED] OATH PVE broken since last update ?

    Hi Since last update (proxmox-ve 4.2-58), it looks like OATH for pve is broken. It used to work, but now I get this message each time I try to log in : I deactivated / reactivated oath on PVE, and generated a new key with oathkeygen, I triple checked that I enter the correct information on my...
  10. M

    LXC Snapshot no available yet ? Will it work on LVM ?

    up ! (I still hope to get an answer on this issue ..)
  11. M

    LXC Snapshot no available yet ? Will it work on LVM ?

    We really need an answer for this. LXC snapshot on lvm is still unavailable ...
  12. M

    LXC Snapshot no available yet ? Will it work on LVM ?

    Any news from proxmox staff or anyone who was able to use it ?
  13. M

    LXC Snapshot no available yet ? Will it work on LVM ?

    I run the same steps without the mkfs.ext4 command ... same result : When i'm trying to create a container : "TASK ERROR: unable to create containers on storage type 'lvmthin'" After a reboot : root@pve:~# lvdisplay pve/pvepool --- Logical volume --- LV Name pvepool VG...
  14. M

    LXC Snapshot no available yet ? Will it work on LVM ?

    Hi I try to follow theses steps but it fails : root@pve:~# lvcreate -n pvepool -L 340g pve Logical volume "pvepool" created. root@pve:~# lvconvert --type thin-pool pve/pvepool WARNING: Converting logical volume pve/pvepool to pool's data volume. THIS WILL DESTROY CONTENT OF LOGICAL...
  15. M

    LXC Snapshot no available yet ? Will it work on LVM ?

    I think I'm lost on that one, this mean that I can store KVM on thinpool too ? How can I convert all my LVM storage to thinpool ?
  16. M

    LXC Snapshot no available yet ? Will it work on LVM ?

    In my case I need to switch from ext4/lvm to zfs (and disable my hard raid card at the same time !). So removing snapshot on a system where it worked is a regression. You can't say "just adapt to new file system" Moreover, splitting my disk space between lxc (now allocated in thin pool...
  17. M

    LXC Snapshot no available yet ? Will it work on LVM ?

    Functionally, this is a big regression for people using container.. About Thin-pool, what will be stored in it ? only snapshot of running lxc or directly the running lxc (meaning I have to restore them to this space) ?
  18. M

    Proxmox VE 4.1 released!

    "storage: added LVM thin support (technology preview)" This mean that I can now snapshot a lxc container on ext4 / lvm system ?