Bug 2231360
| Summary: | Out of 3, only 2 OSDs are added after adding capacity | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Aman Agrawal <amagrawa> |
| Component: | rook | Assignee: | Santosh Pillai <sapillai> |
| Status: | NEW --- | QA Contact: | Neha Berry <nberry> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.13 | CC: | odf-bz-bot, sapillai, tnielsen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Comment 4
Santosh Pillai
2023-08-11 15:06:18 UTC
ceph-volume inventory on this disk:
``` sh-5.1# ceph-volume inventory /dev/sdd
stderr: lsblk: /dev/sdd: not a block device
Traceback (most recent call last):
File "/usr/sbin/ceph-volume", line 33, in <module>
sys.exit(load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')())
File "/usr/lib/python3.9/site-packages/ceph_volume/main.py", line 41, in __init__
self.main(self.argv)
File "/usr/lib/python3.9/site-packages/ceph_volume/decorators.py", line 59, in newfunc
return f(*a, **kw)
File "/usr/lib/python3.9/site-packages/ceph_volume/main.py", line 153, in main
terminal.dispatch(self.mapper, subcommand_args)
File "/usr/lib/python3.9/site-packages/ceph_volume/terminal.py", line 194, in dispatch
instance.main()
File "/usr/lib/python3.9/site-packages/ceph_volume/inventory/main.py", line 50, in main
self.format_report(Device(self.args.path, with_lsm=self.args.with_lsm))
File "/usr/lib/python3.9/site-packages/ceph_volume/util/device.py", line 131, in __init__
self._parse()
File "/usr/lib/python3.9/site-packages/ceph_volume/util/device.py", line 225, in _parse
dev = disk.lsblk(self.path)
File "/usr/lib/python3.9/site-packages/ceph_volume/util/disk.py", line 243, in lsblk
result = lsblk_all(device=device,
File "/usr/lib/python3.9/site-packages/ceph_volume/util/disk.py", line 337, in lsblk_all
raise RuntimeError(f"Error: {err}")
RuntimeError: Error: ['lsblk: /dev/sdd: not a block device']
```
sh-5.1# lsblk /dev/sdd lsblk: /dev/sdd: not a block device sh-5.1# Moving out of 4.14 while the bad disk is being investigate |