Actions
Bug #46031
closedException: Failed to validate Drive Group: block_wal_size must be of type int
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v16.0.0-6063-g239c4bc8f3
Released In:
v16.2.0~1197
Upkeep Timestamp:
2025-07-14T19:40:26+00:00
Description
service_type: osd service_id: drive_group_1 placement: host_pattern: 'blueshark-[4-7]' data_devices: model: "INTEL SSDSC2BA40" db_devices: model: SSDPEDMD800G4 wal_devices: model: SSDPEDMD800G4 block_wal_size: '20G' block_db_size: '20G' osds_per_device: 1
# ceph orch apply osd -i drive_groups.yml
Error EINVAL: Traceback (most recent call last):
File "/usr/share/ceph/mgr/mgr_module.py", line 1167, in _handle_command
return self.handle_command(inbuf, cmd)
File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 113, in handle_command
return dispatch[cmd['prefix']].call(self, cmd, inbuf)
File "/usr/share/ceph/mgr/mgr_module.py", line 311, in call
return self.func(mgr, **kwargs)
File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 75, in <lambda>
wrapper_copy = lambda *l_args, **l_kwargs: wrapper(*l_args, **l_kwargs)
File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 66, in wrapper
return func(*args, **kwargs)
File "/usr/share/ceph/mgr/orchestrator/module.py", line 666, in _apply_osd
raise_if_exception(completion)
File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 633, in raise_if_exception
raise e
Exception: Failed to validate Drive Group: block_wal_size must be of type int
Updated by Jan Fajerski over 5 years ago
- Status changed from In Progress to Resolved
- Pull request ID changed from 35591 to 34740
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 239c4bc8f3c14f892656264789217b6b80e12982
- Fixed In set to v16.0.0-6063-g239c4bc8f3
- Released In set to v16.2.0~1197
- Upkeep Timestamp set to 2025-07-14T19:40:26+00:00
Actions