Closed toabctl closed 4 years ago
@sebastian-philipp @jan--f is the difference intended? Is that a doc bug? or a bug in cephadm or ceph-volume ?
The DEVICE
and the MODEL
columns are indeed two different things. see https://tracker.ceph.com/issues/45872
It seems that we should resurrect this issue and finally come to a conclusion here.
In the meanwhile we should clear up the difference in the docs, @asettle @toabctl ?
In the meanwhile we should clear up the difference in the docs, @asettle @toabctl ?
As far as I can see @jschmid1, yes. What are the filters? Which are the incorrect filters in https://susedoc.github.io/doc-ses/master/html/ses-deployment/deploy-cephadm.html#id-1.3.4.3.10.3.8.7?
DEVICE
is not covered by the drivegroup filters (and it probably won't).
To make this less awkward I went ahead and created the needed fix upstream.
See: https://github.com/ceph/ceph/pull/35946
When this is in, we can reference the device ls
output in the docs.
@jschmid1 PR is now merged. Do we still want to reference device ls
?
@tbazant do you still have a cluster up for correcting the relevant snippits?
@asettle yes, let's use the device ls
(the most recent with ceph/ceph#35946 included) as a reference in the docs.
Type of report
Source Document
6.5.2.2.2 Matching Disk Devices:
https://susedoc.github.io/doc-ses/master/html/ses-deployment/deploy-cephadm.html#id-1.3.4.3.10.3.8.7
Summary
I'm trying to select the devices (on the internal blueshark cluster) but it's difficult to find out which device models are actually available. I'm not sure if that is a software or a docs bug. I first use
cephadm
to get the devices for the hosts (in our case only blueshark-6):So here we see the
DEVICE
column. Now I useceph-volume
to get theMODEL
for the disks:There is the
MODEL
column, but it's different to theDEVICE
column.So the questions I have:
DEVICE
andMODEL
differ?I think there needs to be some docs how to get the different attributes for filtering devices.