Search results

  1. G

    Add previously OSD to a new installation of a 3 nodes Proxmox CEPH

    Hi again... I have reinstall all Proxmox nodes and install ceph on each node. Create the mons and mgr on eatch node. I have issue the command ceph-volume lvm activate --all, on each node, in order bring up the /var/lib/ceph/osd/<node> After that I ran this commands: ceph-volume lvm activate...
  2. G

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

    Oh I see... I was under the assumption that this is only to LVM in combination with SAN, because this a common scenario in Enterprise. But I am glad that this will works on any other storages. Thanks
  3. G

    Add previously OSD to a new installation of a 3 nodes Proxmox CEPH

    Hi Do I need to add a mon/mgr AFTER or BEFORE I issue the command ceph-volume lvm activate --all ? Because as far I can tell, the old OSD are available only after ceph-volume lvm activate --all, right? So in order to get some information from those OSD I need to trigger the command ceph-volume...
  4. G

    [TUTORIAL] Inside Proxmox VE 9 SAN Snapshot Support

    Good job @spirit I would to suggest that this plugin should be displayed only when we add LVM-based storage, back there in Datacenter -> Storage, since I think this is to be use only with LVM + SAN, right? Cheers
  5. G

    Severe system freeze with NFS on Proxmox 9 running kernel 6.14.8-2-pve when mounting NFS shares

    I tried here with Proxmox 9.0.5 and kernel 6.14 and no issue! Using TrueNAS-SCALE-25.04.2.1. The only think I saw was the in the web gui, I only could see the nfs share if I choose ver=3. But after added, I had have edited the /etc/pve/storage.cfg and changed it to ver=4 and works fine, to both...
  6. G

    Severe system freeze with NFS on Proxmox 9 running kernel 6.14.8-2-pve when mounting NFS shares

    But what about the NFS server side? Is it a Linux Box? Which one? FreeNas/TrueNas??? Qnap??? Synology??? Need more info
  7. G

    Add previously OSD to a new installation of a 3 nodes Proxmox CEPH

    Perhaps that's the way? https://docs.ceph.com/en/latest/rados/troubleshooting/troubleshooting-mon/#recovery-using-osds
  8. G

    Add previously OSD to a new installation of a 3 nodes Proxmox CEPH

    No need for rush! Is a test environment... But if you guys, could help me that I will much obliged. Thanks
  9. G

    Add previously OSD to a new installation of a 3 nodes Proxmox CEPH

    Thank you for you replay @UdoB But I think if I do a wipe disk I will permanently lose the data, isn't? is there a way to do without lose the data? Perhaps there is a misunderstanding... I lost all 3 server, but the OSD's disks. After I re-install the PVE and CEPH on the 3 node, I have had...
  10. G

    Add previously OSD to a new installation of a 3 nodes Proxmox CEPH

    Hi I have 3 nodes Proxmox Cluster with CEPH, and after a crash, I have to reinstall Proxmox from scratch, along with Ceph. OSD are intact. I already did ceph-volume lvm activate --all and the OSD appears with ceph-volum lvm list and I got a folder with the name of the OSD under...
  11. G

    Where pve-network-interface-pinning store it's configuration?

    Sorry! It was right there in my face! Shame on me... This will generate name pinning configuration for the interface 'enp1s0' - continue (y/N)? y Name for link 'enp1s0' (enx525400d99ca2) will change to 'eth0' Generating link files Successfully generated .link files in...
  12. G

    Recover Data from Ceph OSDs

    Is this still true in 2025 with Ceph Squid?
  13. G

    Where pve-network-interface-pinning store it's configuration?

    Ah! I see... pve01:/usr/local/lib/systemd/network# cat 50-pve-eth0.link [Match] MACAddress=52:54:00:4b:c1:2b Type=ether [Link] Name=eth0 Thank you
  14. G

    Where pve-network-interface-pinning store it's configuration?

    Hi... I am using pve-network-interface-pinning to pin enp1s0, for instance, to eth0, eth1... and so on. I have 9 nic each server. But I need to change the hardware and after that, all nic turns back to previously name, like enp1s0, when I use ip a command. If I try to change it back up eth0, I...
  15. G

    Is it snapshot-as-volume-chain just to LVM or can I use it to directory storage type?

    I didn't saw nothing about that in the docs.(0) Perhaps this could be include on it, to make a better understand. Thanks. [0] https://pve.proxmox.com/pve-docs/chapter-pvesm.html#pvesm_lvm_config
  16. G

    [SOLVED] PBS s3 backblaze API error: NotImplemented

    [ SOLVED ] After update to PBS 4.0.1 stable release, backblaze works fine.
  17. G

    Is it snapshot-as-volume-chain just to LVM or can I use it to directory storage type?

    Hi... So, that's my question: "Is it snapshot-as-volume-chain is just to LVM or can I use it to directory storage type?" I tried to used in directory storage type but seems that discard doesn't work properly. I tried triggered a fstrim command with qm guest cmd VMD fstrim, but no effect at...
  18. G

    Proxmox Backup Server 4.0 released!

    What week! A lots of good news! Thank you for the effort.