Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected on all newly added osd disks
Hi Guys, I am setting up a new ceph cluster. After adding osd devices when I did run *ceph orch device ls* It shows * Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected for all osd devices.* All the OSD devices are new nvme disks. I tried to rm , zap , destroy disks and re-added them but again same messages for all disks. Please let me know how to fix this. Thanks, Gagan
How did you zap the new drives? Had they been used before? Does `lsblk` show anything on the drives? What about fdisk? # fdisk -l /dev/sda Disk /dev/sda: 744.63 GiB, 799535005696 bytes, 1561591808 sectors Disk model: PERC H730 Mini Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: A00D586C-45F0-49BE-8290-A2C8B872145F Device Start End Sectors Size Type /dev/sda1 2048 4095 2048 1M BIOS boot # # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 744.6G 0 disk ├─sda1 8:1 0 1M 0 part └─sda2 8:2 0 744.6G 0 part /
On Jul 31, 2025, at 11:48 AM, gagan tiwari <gagan.tiwari@mathisys-india.com> wrote:
Hi Guys, I am setting up a new ceph cluster. After adding osd devices when I did run *ceph orch device ls*
It shows * Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected for all osd devices.*
All the OSD devices are new nvme disks.
I tried to rm , zap , destroy disks and re-added them but again same messages for all disks.
Please let me know how to fix this.
Thanks, Gagan _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
No. They are new disks. Not used before. I am setting up a new cluster. I did run this command to zap "ceph orch device zap od-node1 /dev/sda --force" Here is lsblk output. lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 14T 0 disk └─ceph--54ce8bd1--384b--4e94--a9ed--b231ff649bd2-osd--block--ace35922--b31d--49db--ad86--839acca0990c 253:0 0 14T 0 lvm sdb 8:16 0 14T 0 disk └─ceph--ce627d0c--5a73--4df4--9690--752fa20d614e-osd--block--bbe3ce9e--ae82--453b--bca8--191f2300f780 253:1 0 14T 0 lvm sdc 8:32 0 14T 0 disk └─ceph--543e9cff--9447--4a3d--a6e8--2c3dd7e1810b-osd--block--a013c7f6--aa1b--4c96--be71--9fa3bf2a910c 253:2 0 14T 0 lvm sdd 8:48 0 14T 0 disk └─ceph--d3e34042--0a3d--476d--acdb--24f48d7c59e1-osd--block--c77a03ea--9280--46b4--8ff4--2e11ad25eddc 253:4 0 14T 0 lvm sde 8:64 0 14T 0 disk └─ceph--d3e7308a--09a4--4e91--8d12--8f3b1cc94c6f-osd--block--1f83e5df--4e6c--4613--b8dd--5fea7fdcec4d 253:3 0 14T 0 lvm sdf 8:80 0 14T 0 disk └─ceph--6a86dae1--f879--414a--8115--03fbef2f36e4-osd--block--debb0534--a12d--48e1--8d4c--d0c07e44ae6c 253:5 0 14T 0 lvm sdg 8:96 0 14T 0 disk └─ceph--f52542ec--0aa7--4007--8d42--f81723e946e3-osd--block--07837bc6--d868--48b5--b950--9cef1ce54eb4 253:6 0 14T 0 lvm sdh 8:112 0 14T 0 disk Here is fdisk output : fdisk -l /dev/sda Disk /dev/sda: 13.97 TiB, 15360950534144 bytes, 30001856512 sectors Disk model: WUS5EA1A1ESP5E3 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes fdisk -l /dev/sdb Disk /dev/sdb: 13.97 TiB, 15360950534144 bytes, 30001856512 sectors Disk model: WUS5EA1A1ESP5E3 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Thanks, Gagan On Thu, Jul 31, 2025 at 9:21 PM Anthony D'Atri <anthony.datri@gmail.com> wrote:
How did you zap the new drives? Had they been used before?
Does `lsblk` show anything on the drives? What about fdisk?
# fdisk -l /dev/sda Disk /dev/sda: 744.63 GiB, 799535005696 bytes, 1561591808 sectors Disk model: PERC H730 Mini Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: A00D586C-45F0-49BE-8290-A2C8B872145F
Device Start End Sectors Size Type /dev/sda1 2048 4095 2048 1M BIOS boot # # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 744.6G 0 disk ├─sda1 8:1 0 1M 0 part └─sda2 8:2 0 744.6G 0 part /
On Jul 31, 2025, at 11:48 AM, gagan tiwari < gagan.tiwari@mathisys-india.com> wrote:
Hi Guys, I am setting up a new ceph cluster. After adding osd devices when I did run *ceph orch device ls*
It shows * Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected for all osd devices.*
All the OSD devices are new nvme disks.
I tried to rm , zap , destroy disks and re-added them but again same messages for all disks.
Please let me know how to fix this.
Thanks, Gagan _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Can you clarify a bit more? Are you surprised that there are already OSDs deployed although you just added the new (blank) disks? In that case you might have already an osd service in place which automatically deploys OSDs as soon as available devices are added. To confirm that, please add the output of: ceph orch ls osd --export Zitat von gagan tiwari <gagan.tiwari@mathisys-india.com>:
No. They are new disks. Not used before. I am setting up a new cluster.
I did run this command to zap "ceph orch device zap od-node1 /dev/sda --force"
Here is lsblk output.
lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 14T 0 disk └─ceph--54ce8bd1--384b--4e94--a9ed--b231ff649bd2-osd--block--ace35922--b31d--49db--ad86--839acca0990c
253:0 0 14T 0 lvm sdb 8:16 0 14T 0 disk └─ceph--ce627d0c--5a73--4df4--9690--752fa20d614e-osd--block--bbe3ce9e--ae82--453b--bca8--191f2300f780
253:1 0 14T 0 lvm sdc 8:32 0 14T 0 disk └─ceph--543e9cff--9447--4a3d--a6e8--2c3dd7e1810b-osd--block--a013c7f6--aa1b--4c96--be71--9fa3bf2a910c
253:2 0 14T 0 lvm sdd 8:48 0 14T 0 disk └─ceph--d3e34042--0a3d--476d--acdb--24f48d7c59e1-osd--block--c77a03ea--9280--46b4--8ff4--2e11ad25eddc
253:4 0 14T 0 lvm sde 8:64 0 14T 0 disk └─ceph--d3e7308a--09a4--4e91--8d12--8f3b1cc94c6f-osd--block--1f83e5df--4e6c--4613--b8dd--5fea7fdcec4d
253:3 0 14T 0 lvm sdf 8:80 0 14T 0 disk └─ceph--6a86dae1--f879--414a--8115--03fbef2f36e4-osd--block--debb0534--a12d--48e1--8d4c--d0c07e44ae6c
253:5 0 14T 0 lvm sdg 8:96 0 14T 0 disk └─ceph--f52542ec--0aa7--4007--8d42--f81723e946e3-osd--block--07837bc6--d868--48b5--b950--9cef1ce54eb4
253:6 0 14T 0 lvm sdh 8:112 0 14T 0 disk
Here is fdisk output :
fdisk -l /dev/sda Disk /dev/sda: 13.97 TiB, 15360950534144 bytes, 30001856512 sectors Disk model: WUS5EA1A1ESP5E3 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes
fdisk -l /dev/sdb Disk /dev/sdb: 13.97 TiB, 15360950534144 bytes, 30001856512 sectors Disk model: WUS5EA1A1ESP5E3 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes
Thanks, Gagan
On Thu, Jul 31, 2025 at 9:21 PM Anthony D'Atri <anthony.datri@gmail.com> wrote:
How did you zap the new drives? Had they been used before?
Does `lsblk` show anything on the drives? What about fdisk?
# fdisk -l /dev/sda Disk /dev/sda: 744.63 GiB, 799535005696 bytes, 1561591808 sectors Disk model: PERC H730 Mini Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes Disklabel type: gpt Disk identifier: A00D586C-45F0-49BE-8290-A2C8B872145F
Device Start End Sectors Size Type /dev/sda1 2048 4095 2048 1M BIOS boot # # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 744.6G 0 disk ├─sda1 8:1 0 1M 0 part └─sda2 8:2 0 744.6G 0 part /
On Jul 31, 2025, at 11:48 AM, gagan tiwari < gagan.tiwari@mathisys-india.com> wrote:
Hi Guys, I am setting up a new ceph cluster. After adding osd devices when I did run *ceph orch device ls*
It shows * Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected for all osd devices.*
All the OSD devices are new nvme disks.
I tried to rm , zap , destroy disks and re-added them but again same messages for all disks.
Please let me know how to fix this.
Thanks, Gagan _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
_______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Thanks Anthony, That did the trick! All OSDs are up now. But I am getting one warning message ceph status cluster: id: 1aa23d18-6eb0-11f0-823c-cc28aa448c14 health: HEALTH_WARN Failed to place 1 daemon(s) 1 failed cephadm daemon(s) Health check reports following :- ceph health detail HEALTH_WARN Failed to place 1 daemon(s); 1 failed cephadm daemon(s) [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) Failed while placing node-exporter.ceph-mon3 on ceph-mon3: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1aa23d18-6eb0-11f0-823c-cc28aa448c14-node-exporter-ceph-mon3 /usr/bin/podman: stderr Error: no such container ceph-1aa23d18-6eb0-11f0-823c-cc28aa448c14-node-exporter-ceph-mon3 Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-1aa23d18-6eb0-11f0-823c-cc28aa448c14-node-exporter.ceph-mon3 /usr/bin/podman: stderr Error: no such container ceph-1aa23d18-6eb0-11f0-823c-cc28aa448c14-node-exporter.ceph-mon3 Deploy daemon node-exporter.ceph-mon3 ... Verifying port 0.0.0.0:9100 ... Cannot bind to IP 0.0.0.0 port 9100: [Errno 98] Address already in use ERROR: TCP Port(s) '0.0.0.0:9100' required for node-exporter already in use [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) daemon node-exporter.ceph-mon2 on ceph-mon2 is in error state I think most likely its due to the leftovers of the previous installation. How would I go about removing this cleanly and more importantly, in a way that Ceph is aware of the change, therefore clearing the warning.
On Aug 1, 2025, at 9:33 AM, gagan tiwari <gagan.tiwari@mathisys-india.com> wrote:
Thanks Anthony, That did the trick! All OSDs are up now.
Groovy.
Verifying port 0.0.0.0:9100 ... Cannot bind to IP 0.0.0.0 port 9100: [Errno 98] Address already in use
Yeah, that sure sounds like you already have node_exporter running. Prometheus exporters generally have a default port on which they listen, usually but not always in the 9xxx range. There's an informal registry of these somewhere to help avoid collisions, but it's not enforced. Most likely this is either detritus from a previous deployment attempt, or perhaps your organization has a fleetwide node_exporter deployment that is conflicting. I tend to place a fleet node_exporter deployment on 9101 instead of 9100 to avoid instances deployed by other tools. It doesn't hurt to have more than one running. 9100 is also historically the port used by HP's JetDirect network printer interface.
ERROR: TCP Port(s) '0.0.0.0:9100' required for node-exporter already in use [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) daemon node-exporter.ceph-mon2 on ceph-mon2 is in error state
I think most likely its due to the leftovers of the previous installation. How would I go about removing this cleanly and more importantly, in a way that Ceph is aware of the change, therefore clearing the warning.
systemctl -a ceph orch ls ceph orch ps Look for orphaned orchestrator instances and kill, then disable, kill, and remove with systemctl if the ceph orch commands don't do the whole job. node_exporter doesn't have state as such, so there's nothing to preserve.
participants (3)
-
Anthony D'Atri
-
Eugen Block
-
gagan tiwari