NQN'
Unfortunately, blktests nvme/003 depends on this feature. To avoid
any regression in the testsuite revert the change. After this has
been address in blktests we can add it back.
Fixes: 9077d042c04a ("fabrics: prevent 'nvme connect' to well-known discovery NQN")
Signed-off-by: Daniel Wagner <dwagner@suse.de>
}
}
- if (!strcmp(subsysnqn, NVME_DISC_SUBSYS_NAME)) {
- fprintf(stderr,
- "avoiding connect to %s, use nvme discover instead\n",
- NVME_DISC_SUBSYS_NAME);
- return -EINVAL;
- }
-
if (!strcmp(config_file, "none"))
config_file = NULL;