Skip to content

Commit

Permalink
- added support for NVMe devices (see fate#317591)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschnell committed Mar 12, 2015
1 parent 73e7c5d commit eedae11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.151
2.17.152
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
6 changes: 6 additions & 0 deletions package/yast2-storage.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 12 16:58:08 CET 2015 - aschnell@suse.de

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

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

Expand Down

0 comments on commit eedae11

Please sign in to comment.