Search results

  1. K

    LXC suid/guid mapping

    Hi ! I deployed a LXC container and installed the ezarr suite : https://github.com/Luctia/ezarr So the config part uid/gid are set : drwxrwxr-x 8 13013 13000 4096 Nov 19 10:14 bazarr-config drwxrwxr-x 3 13008 13000 4096 Nov 19 10:14 jackett-config drwxrwxr-x 4 13003 13000 4096 Nov 19 14:15...
  2. K

    PCI passthrough issue

    Hi ! I have a usb device that I would like to attach to a VM. It was working previously, but now the pci passthrough does not work with the message : "Parameter verification failed. (400) usb1: hotplug problem - VM 102 qmp command 'device_add' failed - usb port 2 (bus xhci.0) not found (in...
  3. K

    Ceph issue after 7.4 to 8.0 migration

    Hi I've recently upgraded from 7.4 to 8.0. I have a cluster of 5 nodes, and 2 have the below failed condition. I mention that these two are HP N54L. All ceph-related process are failing like this : 0> 2023-06-28T12:19:08.096+0200 7f5efbaf3a00 -1 *** Caught signal (Illegal instruction) **...
  4. K

    HELP required on incomplete PG

    Hi Everyone, Thank you first for taking time to read this post. I seek for help, as I was not able to get around this situation. This blocks the two main pool of my cluster to become active :( I've seen this post https://forum.proxmox.com/threads/ceph-osd-crashed.114137/#post-493297, and...
  5. K

    ceph osd crashes when nobackfill OSD flag is removed

    Hi, I have this current problem. I've experienced a disk failure in my ceph cluster with proxmox. I've replaced the disk, but now with the rebalancing / backfilling, one OSD crashes (osd.1). When I set the 'nobackfill' flag, the osd does not crash and does crash right after the flag is...
  6. K

    [SOLVED] rbd renaming does not reflect in GUI

    On proxmox 7.0-11, I've encountered this situation : I renamed the disk of a vm : "rbd -p ssdpool mv vm-120-disk-1 vm-120-disk-0" Then this does not reflect on the GUI (obviously as it does not know), and I cannot change this via the GUI : Is there a workaround ? Why I'm not able to select...
  7. K

    ZFS dataset replication

    Hi, Is there an easy way to setup ZFS dataset replication in Proxmox like in FreeNAS, or shall I find a 'by hand' solution ? Thanks !
  8. K

    CEPH reporting pool usage when it is empty

    Hi ! I moved all rbd from an initial to new pools, and now the initial pool (hddpool) still reports used space and objects ? Could someone tell me more ? root@proxmox5:~#ceph df POOL ID PGS STORED OBJECTS USED %USED MAX AVAIL hddpool 3 101 277 GiB...
  9. K

    Cannot ZFS replicate to other node with different pool name

    I added a ZFS storage on another node (pool3), and I had a previous ZFS pool on the first node (pool2). I then wanted to configure replication of CT disk, but I had the error : 2021-06-24 12:02:03 104-0: (remote_prepare_local_job) storage 'pool2' is not available on node 'proxmox3' 2021-06-24...
  10. K

    [SOLVED] Cannot add OSD

    I had latency issues with a 4TB disk, which I replaced with a 2TB disk. I used @alexskysilk procedure : https://forum.proxmox.com/threads/ceph-osd-disk-replacement.54591/ However, the new osd does not start : "osd.1 0 failed to load OSD map for epoch 904831, got 0 bytes" I've ceph 15.2.13 and...
  11. K

    GUI smart details cannot be scrolled down

    Hello, While chcking for a SMART error, I could check this bug. When clicking in Disks / <the disk with SMART error>, the popup shows like below, and cannot be scrolled down to see the end of the ouput: Thanks !
  12. K

    is ceph-adm compatible with proxmox ?

    I wanted to change to ceph-adm, as described here : https://docs.ceph.com/en/latest/cephadm/adoption/#cephadm-adoption Is there any limitation ? Thanks!
  13. K

    [SOLVED] after node failure, local storage VM cannot be migrated

    Hi everyone, I had a node with a VM that had a local storage, which had a failure and shut down for some time. Due to the HA, it was migrated to another node, and ended up in failed state due to the local storage not migrated. Now the node is up again. I've put the HA state to disabled for...
  14. K

    [SOLVED] cannot use ceph after joining cluster if already installed

    Hi Team! I reconfigured a server from scratch. Then installed the ceph package but did cancel the configuration after the install, so it could use the setup of the already configured setup. Then made it join the cluster. now I cannot configure it with the GUI, and have the got timeout (500)'...
  15. K

    bad ceph performance on SSD

    Hello ! I have this setup of proxmox and ceph : root@proxmox1:~# ceph osd tree ID CLASS WEIGHT TYPE NAME STATUS REWEIGHT PRI-AFF -1 18.19080 root default -7 0.90970 host proxmox1 5 ssd 0.90970 osd.5...
  16. K

    [SOLVED] changed CEPH public network ... failed

    Hello, In order to change the ceph public network, I followed this : https://ceph.readthedocs.io/en/latest/rados/operations/add-or-rm-mons/ Of course, the messy way, as I had also to change the network in ceph.conf. it failed when I wanted to restart the monitors. I wanted to recreate the...
  17. K

    [SOLVED] Network issue when using only IP on VLANs

    Hi, I wanted to report an issue I got when using only vlan interfaces. The gateway would not get up due to : "failed: returned 2 (Error: Nexthop device is not up.)" This error was due to the underlying interface not up because it does not have an IP. The workaround is to modify the physical...
  18. K

    vmbr0 is taking main interface's ip

    Hello, I've followed the network configuration like here : https://pve.proxmox.com/wiki/Network_Configuration at Masquerading with iptables for my lxc subnet It worked at first, but now it does not. Here is my config : /etc/network/interface file auto lo iface lo inet loopback auto eth0...
  19. K

    cloud-init and hosts files

    Hi, I created a debian vm with cloud-init, everything is working fine. with the command 'qm cloudinit dump <vmid> user' I could see : manage_etc_hosts: true This settings overwrites the changes made in the /etc/hosts file, and thus breaks my applications setup. the reference of this is here...
  20. K

    PVESDNAdmin role

    Hello, In proxmox server, I could see the user role PVESDNAdmin : SDN Allocate, SDN Audit. In the doc, the role is not referenced : https://pve.proxmox.com/wiki/User_Management What are these two SDN authorizations ? Thanks !