bdev/nvme: Document prchk flags is not set to hot added NVMe controllers
PI check flags is not set to NVMe controllers created by hot plug handler automatically. Document this behavior for clarification. Change-Id: I9590d0cb7f53a24c33afd706e222065893d23cb4 Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/c/444012 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
parent
0143ff6b13
commit
50d7ad0676
@ -66,6 +66,11 @@ struct nvme_ctrlr {
|
||||
char *name;
|
||||
int ref;
|
||||
bool destruct;
|
||||
/**
|
||||
* PI check flags. This flags is set to NVMe controllers created only
|
||||
* through construct_nvme_bdev RPC or .INI config file. Hot added
|
||||
* NVMe controllers are not included.
|
||||
*/
|
||||
uint32_t prchk_flags;
|
||||
uint32_t num_ns;
|
||||
/** Array of bdevs indexed by nsid - 1 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user