[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#799117: marked as done (NVMe devices are not offered by list-devices)



Your message dated Thu, 03 Dec 2015 00:04:49 +0000
with message-id <E1a4HOD-0006P7-Qs@franck.debian.org>
and subject line Bug#799117: fixed in debian-installer-utils 1.113
has caused the Debian Bug report #799117,
regarding NVMe devices are not offered by list-devices
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
799117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799117
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer-utils
Version: 1.110

I've found that when using iso-scan to pick up devices, it's not finding
any NVMe devices.  This is because 'list-devices disk' doesn't recognize
NVMe.

This can be fixed with a trivial patch:

# diff --git a/list-devices-linux b/list-devices-linux
index 34ba684..9eb3c71 100755
--- a/list-devices-linux
+++ b/list-devices-linux
@@ -137,7 +137,7 @@ for x in $syspaths; do
        fi
        if ! $match && [ "$TYPE" = disk ]; then
                case $devpath in
-                  
/block/cciss\!*|/block/ida\!*|/block/rd\!*|/block/mmcblk*|/block/vd[a-z]*|/block/xvd[a-z]*)
+                  
/block/cciss\!*|/block/ida\!*|/block/rd\!*|/block/nvme*|/block/mmcblk*|/block/vd[a-z]*|/block/xvd[a-z]*)
                        match=:
                        ;;
                    /block/dm-*)

Here is the udevadm information for a situation where NVMe disk is on
the system (and not otherwise picked up).

P: /devices/pci0000:00/0000:00:1b.0/0000:02:00.0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/0000:02:00.0
E: DRIVER=nvme
E: MODALIAS=pci:v0000144Dd0000A802sv0000144Dsd0000A801bc01sc08i02
E: PCI_CLASS=10802
E: PCI_ID=144D:A802
E: PCI_SLOT_NAME=0000:02:00.0
E: PCI_SUBSYS_ID=144D:A801
E: SUBSYSTEM=pci

P: /devices/pci0000:00/0000:00:1b.0/0000:02:00.0/block/nvme0n1
N: nvme0n1
E: DEVNAME=/dev/nvme0n1
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/0000:02:00.0/block/nvme0n1
E: DEVTYPE=disk
E: ID_PART_TABLE_TYPE=gpt
E: ID_PART_TABLE_UUID=2507fc37-a8e6-4344-af2e-8db46d99f5c3
E: MAJOR=259
E: MINOR=0
E: SUBSYSTEM=block
E: USEC_INITIALIZED=1054

P: /devices/pci0000:00/0000:00:1b.0/0000:02:00.0/block/nvme0n1/nvme0n1p1
N: nvme0n1p1
S: disk/by-partlabel/EFI\x20System\x20Partition
S: disk/by-partuuid/4570c6a5-9fcd-4e1e-9dc2-d470db69f4da
S: disk/by-uuid/D1A6-3882
E: DEVLINKS=/dev/disk/by-partlabel/EFI\x20System\x20Partition
/dev/disk/by-partuuid/4570c6a5-9fcd-4e1e-9dc2-d470db69f4da
/dev/disk/by-uuid/D1A6-3882
E: DEVNAME=/dev/nvme0n1p1
E:
DEVPATH=/devices/pci0000:00/0000:00:1b.0/0000:02:00.0/block/nvme0n1/nvme0n1p1
E: DEVTYPE=partition
E: ID_FS_TYPE=vfat
E: ID_FS_USAGE=filesystem
E: ID_FS_UUID=D1A6-3882
E: ID_FS_UUID_ENC=D1A6-3882
E: ID_FS_VERSION=FAT16
E: ID_PART_ENTRY_DISK=259:0
E: ID_PART_ENTRY_NAME=EFI\x20System\x20Partition
E: ID_PART_ENTRY_NUMBER=1
E: ID_PART_ENTRY_OFFSET=4096
E: ID_PART_ENTRY_SCHEME=gpt
E: ID_PART_ENTRY_SIZE=999424
E: ID_PART_ENTRY_TYPE=c12a7328-f81f-11d2-ba4b-00a0c93ec93b
E: ID_PART_ENTRY_UUID=4570c6a5-9fcd-4e1e-9dc2-d470db69f4da
E: ID_PART_TABLE_TYPE=gpt
E: ID_PART_TABLE_UUID=2507fc37-a8e6-4344-af2e-8db46d99f5c3
E: MAJOR=259
E: MINOR=1
E: SUBSYSTEM=block
E: USEC_INITIALIZED=1117

P: /devices/pci0000:00/0000:00:1b.0/0000:02:00.0/block/nvme0n1/nvme0n1p2
N: nvme0n1p2
S: disk/by-partlabel/OS
S: disk/by-partuuid/f241d95a-42ca-49c2-930a-11f4ed31864c
S: disk/by-uuid/D1A6-40C6
E: DEVLINKS=/dev/disk/by-partlabel/OS
/dev/disk/by-partuuid/f241d95a-42ca-49c2-930a-11f4ed31864c
/dev/disk/by-uuid/D1A6-40C6
E: DEVNAME=/dev/nvme0n1p2
E:
DEVPATH=/devices/pci0000:00/0000:00:1b.0/0000:02:00.0/block/nvme0n1/nvme0n1p2
E: DEVTYPE=partition
E: ID_FS_TYPE=vfat
E: ID_FS_USAGE=filesystem
E: ID_FS_UUID=D1A6-40C6
E: ID_FS_UUID_ENC=D1A6-40C6
E: ID_FS_VERSION=FAT32
E: ID_PART_ENTRY_DISK=259:0
E: ID_PART_ENTRY_NAME=OS
E: ID_PART_ENTRY_NUMBER=2
E: ID_PART_ENTRY_OFFSET=1003520
E: ID_PART_ENTRY_SCHEME=gpt
E: ID_PART_ENTRY_SIZE=9766912
E: ID_PART_ENTRY_TYPE=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
E: ID_PART_ENTRY_UUID=f241d95a-42ca-49c2-930a-11f4ed31864c
E: ID_PART_TABLE_TYPE=gpt
E: ID_PART_TABLE_UUID=2507fc37-a8e6-4344-af2e-8db46d99f5c3
E: MAJOR=259
E: MINOR=2
E: SUBSYSTEM=block
E: USEC_INITIALIZED=1167

P: /devices/pci0000:00/0000:00:1b.0/0000:02:00.0/misc/nvme0
N: nvme0
E: DEVNAME=/dev/nvme0
E: DEVPATH=/devices/pci0000:00/0000:00:1b.0/0000:02:00.0/misc/nvme0
E: MAJOR=10
E: MINOR=58
E: SUBSYSTEM=misc

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: debian-installer-utils
Source-Version: 1.113

We believe that the bug you reported is fixed in the latest version of
debian-installer-utils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 799117@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <kibi@debian.org> (supplier of updated debian-installer-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2015 00:47:43 +0100
Source: debian-installer-utils
Binary: di-utils-shell di-utils-reboot di-utils-exit-installer di-utils di-utils-mapdevfs di-utils-terminfo
Architecture: source
Version: 1.113
Distribution: unstable
Urgency: high
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Cyril Brulebois <kibi@debian.org>
Description:
 di-utils   - Miscellaneous utilities for the debian installer (udeb)
 di-utils-exit-installer - Exit installer (udeb)
 di-utils-mapdevfs - mapdevfs utility for the debian installer (udeb)
 di-utils-reboot - Reboot (udeb)
 di-utils-shell - Execute a shell (udeb)
 di-utils-terminfo - Terminfo entries needed by newt/slang in debian installer (udeb)
Closes: 799117
Changes:
 debian-installer-utils (1.113) unstable; urgency=high
 .
   * Add support for NVMe devices (Closes: #799117). Thanks to Mario
     Limonciello for the report and the patch.
Checksums-Sha1:
 3881aae6d1498201e26d1545e987f34754030625 2216 debian-installer-utils_1.113.dsc
 81748d0922e73ca4ffa55ab8b0cdaff2f1ae3865 97484 debian-installer-utils_1.113.tar.xz
Checksums-Sha256:
 15c2c8f2a8b991b49dfcf9ca60f62b32b763de196ee8dbb35c45cc02deb3c106 2216 debian-installer-utils_1.113.dsc
 06a67e5f346f449a4dc832bf1a5dfb2df01b42de25d9e0d8022978b261a56d77 97484 debian-installer-utils_1.113.tar.xz
Files:
 73030a407018c17ccf47de854ce3f7bf 2216 debian-installer standard debian-installer-utils_1.113.dsc
 bae90da4f762f7726d7ba1af196a4a28 97484 debian-installer standard debian-installer-utils_1.113.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJWX4NoAAoJEP+RSvDCs1UgBgsP/R2ysS4LWWYbpmHVuIDSulYB
t95nSATXQ0DVt0yq4qC3mxW8tS2dakaQY6XCT20Yu95s+wsQQjPNsXKrtecbXx5x
1dHlRMGmFqMTp3FyVg+0dlcDlgZo34VidVk2LLg9tKHvagmE39zvg3tvgvcbzIRF
tC1++aSG419blnaUPmCXJjhatKhKA1+Pg93oFmTGNZM7Y1x1ycurXDGOyVIte+DZ
HFLifSBF9sg68MamZwehPTbs7ut2osGQaYLzNQnRPPd0+urOFwZ7taH9a2eplqVl
NpWVLhuZMjmDNanqjdkpplurBSme3H47u7r0f1IzBSTcHma1Sf44tS0feTj4tCL6
Ijl9ekf7VsdkGUX4vCp2QZgjwC66HL5Njg/ewB3QgqEg3EjL/fj2R2Gd34a0IaVW
KiEZniAhTqS5smCf76a70RKQL5Duz+UxSJTlXazgZx0O0IJPjgfgDX53iWNN+HJS
ysbXeMCEt5NCD8w+nklTqIcEIV+Y3Gw/mfoJFvoBvQFR0Nj3DpnYqsGkervxBow2
gqFGmVuwrdKOtAozlfG3i1q9YN7fqGKnXuwJgpQUVnV29hh4RL+ZgO6nIb4VBCzZ
BDD1laxBKzex68erBbetT+BpgQBwhgW0y2EdgS9vIu3Ewdm6jzMxzXYH7G3lkCGg
ngItwQyX15rG7AbPT7My
=e2Qg
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: