Recent content by hashime

  1. H

    LXC container not starting

    yes, no process is running. Reboot is what I want to avoid.
  2. H

    LXC container not starting

    # fuser -vau /sys/fs/cgroup/lxc/133/ns/system.slice/cron.service USER PID ACCESS COMMAND /sys/fs/cgroup/lxc/133/ns/system.slice/cron.service: # lsof /sys/fs/cgroup/lxc/133/ns/system.slice/cron.service # no process as far as I can see # pveversion -v proxmox-ve...
  3. H

    LXC container not starting

    I have this container that I had to kill -f since it was using 100% RAM and CPU and it was not reboot/stop -able via gui or pct command but now it won't start again. Ideally I don't want to reboot the server Please advise. logfile: lxc-start 133 20240812105111.402 INFO confile -...
  4. H

    proxmox-boot-tool hangs forever - no error message

    No dmesg output, disks are fine. I don't remember ps auxwf output but the problem fixed itself, took 10 minutes to copy the 2 kernels, then the update went through. Copies kernels now in normal speed. ¯\_(ツ)_/¯
  5. H

    [SOLVED] dist-upgrade/full-upgrade wants to remove proxmox-ve

    As posted in #1, it's not installed. For future reference, if someone runs into the same problem: Ceph was the culprit, or the manuel ceph client installation via ceph.com repo. Need to update the ceph.com repo for upgrade to 7 and switch to proxmox ceph repo for upgrade to 8, otherwise no potato.
  6. H

    [SOLVED] dist-upgrade/full-upgrade wants to remove proxmox-ve

    I am running into the issue that on upgrade 7 to 8 apt wants to remove proxmox-ve. I do not have linux-image-amd64 installed The following packages will be REMOVED: ceph-common libgnutlsxx28 libnfsidmap2 libpve-guest-common-perl libpve-storage-perl libsemanage1 proxmox-ve pve-container...
  7. H

    proxmox-boot-tool hangs forever - no error message

    proxmox-boot-tool hangs forever without any error message Since it seems to be run during apt-get upgrade, the whole upgrade hangs now Please advice root@hn-dl360g7-proxmox01:~# proxmox-boot-tool status Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace.. System currently...
  8. H

    Ceph: Clear stale PGs

    Hey there, i have had some HW failure and i can not bring some PGs of the cache tier overlay. I understand those are lost forever but the data is still in the cold storage How can i delete those PGs from cachetier pool forever? Since the corresponding OSD is down forever i can not evict-all or...
  9. H

    [SOLVED] Maximum 10 Network Interfaces

    The configuration requires it for $reasons.
  10. H

    [SOLVED] Maximum 10 Network Interfaces

    This is a problem for me as well, i have more than 10 vlans that need to be handled by one container.
  11. H

    cephfs subdir as storage

    I meant a subdir on the cephfs, not on the local Host. The GUI s lacking that option but its in the docs.
  12. H

    cephfs subdir as storage

    Hey there I want to add cephfs as storage in proxmox but it seems i can only mount "/". Is there a way to mount "/subdir" as cephfs storage, so i can manage access rights better Edit: NVM its right there in the docs, just missing in the gui. https://pve.proxmox.com/wiki/Storage:_CephFS
  13. H

    zfs on ssd, ashift

    Hey Whats the current best practice with ashift and (consumer grade) ssds? My ssd reports sector size of 512, should i go with ashift=9 or is it recommended to go with 12?