Closed jschmid1 closed 5 years ago
@susebot run teuthology
Is this for bnc#1142663? It's the request for the model and serial number.
Is this for bnc#1142663? It's the request for the model and serial number.
You're right. I wasn't aware that there is a bug for this. Adding to the PR body.
Commit 623f14c5766cc7c7f00d7ec0ae6f9ce9549f79ad is NOT OK for suite deepsea:tier2. Check tests results in the Jenkins job: http://ci.ses.suse.de:8080/job/pr-deepsea/255/
Shouldn't this then print the model and serial number in addition to the device path?
Shouldn't this then print the model and serial number in addition to the device path?
while the user could technically retrieve this by searching for the device path, this would probably save some time :+1:
In a perfect world we should even hook a disk.led
call to a replace/remove
call. Would that be useful right now?
In a perfect world we should even hook a
disk.led
call to areplace/remove
call. Would that be useful right now?
Maybe? Although I'm kinda inclined to leave that until someone explicitly asks for it to happen automatically :-)
In a perfect world we should even hook a
disk.led
call to areplace/remove
call. Would that be useful right now?Maybe? Although I'm kinda inclined to leave that until someone explicitly asks for it to happen automatically :-)
adapted the return to:
serial
is postponed until present in ceph-volume inventory
json output, as discussed.
Added a fix dc5e1ef for a bug that was introduced with #1690
Signed-off-by: Joshua Schmid jschmid@suse.de
before:
salt-run osd.remove(replace) $osd_id
[..snip..]after:
suse_internal: bnc#1142663
Checklist: ~- [ ] Added unittests and or functional tests~ ~- [ ] Adapted documentation~ ~- [ ] Referenced issues or internal bugtracker~