Comment 14 for bug 1602717

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2016-09-29 19:31 EDT-------
This has been verified successfully w/ the nvme driver.
Updating tags.

On the partitioner dialog, exited to shell and verified (below).

1) Enabling -proposed & blacklist options, the nvme module is not loaded and nvme devices are not present:

~ # cat /proc/cmdline
method=http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-ppc64el/ apt-setup/proposed=true modprobe.blacklist=nvme

~ # lsmod | grep nvme
~ #

~ # ls -1 /dev/nvme*
ls: /dev/nvme*: No such file or directory

2) Enabling -proposed but not the blacklist option, the nvme module is loaded and nvme devices are present:

~ # cat /proc/cmdline
method=http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/installer-ppc64el/ apt-setup/proposed=true

~ # lsmod | grep nvme
nvme 82444 0

~ # ls -1 /dev/nvme*
/dev/nvme0
/dev/nvme0n1
/dev/nvme0n1p1