Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ceph-volume: fixes fallback to stat in is_device and is_partition #53798

Merged
merged 1 commit into from Nov 21, 2023

Conversation

asm0deuz
Copy link
Contributor

@asm0deuz asm0deuz commented Oct 3, 2023

os.stat (or lstat) cannot distinguish a block device from a partition.

Fixes: https://tracker.ceph.com/issues/58812

@asm0deuz asm0deuz requested a review from a team as a code owner October 3, 2023 19:54
@asm0deuz asm0deuz force-pushed the track_58812 branch 3 times, most recently from 28194ec to ac81ce3 Compare October 4, 2023 13:52
os.stat (or lstat) cannot distinguish a block device from
a partition.

Fixes: https://tracker.ceph.com/issues/58812

Signed-off-by: Teoman ONAY <tonay@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants