Search results

  1. C

    Ceph version alignment 18.2.4 and 18.2.7

    Hi there! Have you restarted the services as requested? Don't need to restart the server if you can't now, but at least you need to restart the Ceph services. After the upgrade, restart the services in your cluster, one by one (manager, monitor and metadata - if you have); then, server by...
  2. C

    ceph after upgrade to 18.2.6 - observed slow operation indications in BlueStore

    Hi @spark, I've upgraded my cluster from 18.2.6 to 18.2.7 yesterday and the issue continues. Goes away if you restart the OSD, but it returns after sometime. Best regards.
  3. C

    [SOLVED] LXC container suddenly not starting

    Hi @jimklimov! Your answer gave me the way! I was testing upgrades (containers and VMs) in a new cluster, and got 2 CTs dead after running "do-release-upgrade -d" in Ubuntu containers to validate, but they don't boot again. Checking the file you gave, I confirmed that Ubuntu 24.04 isn't listed...
  4. C

    Unable to initialize physical volume /dev/sda3

    Late response, but an additional solution; tried yours, worked like a charm. Then, I made the process again, but deleting and recreating the virtual disk within the RAID controller, worked too. Best regards.
  5. C

    How to delete "CephFS"?

    Yes, I did it there, to ensure that no VM was accessing it, then proceeded with the steps in the docs (did it twice yesterday, PVE 7.4). Best regards.
  6. C

    How to delete "CephFS"?

    Hi there, It's working as intended; just did here in my cluster. You must confirm that no VM/container is accessing the CephFS, that you unmounted in every node and that you stopped all standby MDS and the MDS that is running the CephFS that you want to remove. Best regards.
  7. C

    ceph changing public network

    Hi there, I was looking for this for a long, long, time and got no clear answers. You solved my issue with this one post (in my case, other way around - taking out cluster network and changing public). EDIT: I did almost as you did, but without restarting the hosts, with the following steps...
  8. C

    Lost Partition Tables on VMs

    Hi there, +1 with this issue. Lost partition table of a legacy system, Debian 6, after the 1st backup of PBS. Recovered it with testdisk (over Clonezilla live). I've checked the backup status and it seems that it ended the backup, but PVE lost itself somehow when releasing the VM of the task...
  9. C

    Change Public Network and / or Cluster Network in Ceph

    Hi @vaschthestampede, Nevermind...it worked after restarting one of the many OSDs. Thank you very much. Best regards.
  10. C

    Change Public Network and / or Cluster Network in Ceph

    Hi @vaschthestampede, I've changed the configuration, saved it, it replicated the configuration to the other hosts in the cluster with no issues, but I still have no traffic at all in the cluster network. Do I need to change something else? Here is my lab config (pretty much default), just for...
  11. C

    Change Public Network and / or Cluster Network in Ceph

    Hi @vaschthestampede, Sorry to reopen this topic, but have you made it? Have you changed the "cluster_network" without issues? I'm asking this because I'm about to change my hosts configuration to add the cluster network now. We only configured the "public_network" (but it's on a private...
  12. C

    Windows C Drive can't extented

    Hi @abakisensoy, In this scenario, I usually use GParted live disk (ISO, CD, USB or whatever - you can download it from their website: https://gparted.org/) or any live Linux distro with a GUI. There are other tools that you can install in Microsoft Windows itself, like Minitool Partition...
  13. C

    Windows C Drive can't extented

    Hi there, You need to move that little partition to the end of the disk first (use a third party software for this), and then you can expand the main partition. Hope that it helped you. Best regards.