Skip to content

Commit

Permalink
Merge branch 'fate-317591' into Code-11-SP4
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Apr 9, 2015
2 parents 7e7d49e + 793810b commit 1e13a0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libstorage/src/Disk.cc
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ Region Disk::usableCylRegion() const


const string Disk::p_disks[] = { "cciss/", "ida/", "ataraid/", "etherd/", "rd/", "mmcblk[0-9]+",
"md[0-9]+" };
"md[0-9]+", "nvme[0-9]+n[0-9]+" };


bool
Expand Down
5 changes: 5 additions & 0 deletions package/yast2-storage.changes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Wed Mar 04 14:55:21 CET 2015 - dvaleev@suse.com
- allow BootMount to be on RAID1 for PowerPC (bsc#919980)
- 2.17.152

-------------------------------------------------------------------
Thu Mar 12 16:58:08 CET 2015 - aschnell@suse.de

- added support for NVMe devices (see fate#317591)

-------------------------------------------------------------------
Mon Mar 02 10:06:31 CET 2015 - aschnell@suse.de

Expand Down

0 comments on commit 1e13a0e

Please sign in to comment.