Search results

  1. C

    [SOLVED] /root/.ssh/authorized_keys overwritten

    Solved! I copied the public SSH key from /root/.ssh/id_rsa.pub of ervery node to the /root/.ssh/authorized_keys file. As that gets synced via the HA cluster to all nodes, I just needed to put it on one node.
  2. C

    [SOLVED] /root/.ssh/authorized_keys overwritten

    Hi, i have accidentally overwritten the file /root/.ssh/authorized_keys (more specific the file /etc/pve/priv/authorized_keys, as /root/.ssh/authorized_keys is a simlink to /etc/pve/priv/authorized_keys) in our Proxmox HA cluster. Now I can not login from the WebUI to other nodes VM consoles...
  3. C

    pct fstrim <CT_ID> ignore /mnt ?

    Oh okay, so I do not need a manual pct fstrim <id> as ZFS handles it for me automaticly?
  4. C

    pct fstrim <CT_ID> ignore /mnt ?

    yeah, seems my grep was wrong: root@proxmox:~# mount | grep lxc lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) root@proxmox:~# pct mount 201 mounted CT 201 in '/var/lib/lxc/201/rootfs' root@proxmox:~# mount | grep lxc lxcfs on...
  5. C

    pct fstrim <CT_ID> ignore /mnt ?

    Guys, the pct fstrim does not work for me. if i execute it directly via pct fstrim 201 I get the following error: root@proxmox:~# pct fstrim 201 fstrim: /var/lib/lxc/201/rootfs/: the discard operation is not supported command 'fstrim -v /var/lib/lxc/201/rootfs/' failed: exit code 1 if I do it...
  6. C

    How do you remove the last remaining OSD from a Proxmox/Ceph cluster?

    Yes, same issue and soloution for me. A bug in Proxmox?!