]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: skip /dev/ram* devices in inventory 68467/head
authorUjjawal Anand <ujjawal.anand@ibm.com>
Mon, 20 Apr 2026 08:51:36 +0000 (14:21 +0530)
committerUjjawal Anand <ujjawal.anand@ibm.com>
Tue, 21 Apr 2026 08:36:36 +0000 (14:06 +0530)
commit0e2b9d3a6e39b4fbcb9b9831505e1b282d133ab2
treec98b5ead36c9481e7eea68e9ac3697fb9bb48b9a
parent4f9a9b5f2d479e16e6b0ff058fad5954367ce76c
ceph-volume: skip /dev/ram* devices in inventory

Kernel RAM disks (/dev/ram*) are not valid OSD targets, filter them out during
device discovery so they don’t appear in inventory.

Fixes: https://tracker.ceph.com/issues/76113
Signed-off-by: Ujjawal Anand <ujjawal.anand@ibm.com>
src/ceph-volume/ceph_volume/tests/util/test_disk.py
src/ceph-volume/ceph_volume/util/disk.py