Commit bc86133e authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

nvmf: add notice for virtual namespace additions



Match the direct NVMe device backend by printing out each block device
that is added as a namespace to a virtual subsystem.

Change-Id: I5c2762ca1fbab3529c19c822c95c73b72e9dabbc
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 5e54cc4d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -512,6 +512,10 @@ spdk_nvmf_parse_subsystem(struct spdk_conf_section *sp)
				nvmf_delete_subsystem(subsystem);
				return -1;
			}

			SPDK_NOTICELOG("Attaching block device %s to subsystem %s\n",
				       bdev->name, subsystem->subnqn);

		}
	}
	return 0;