Also process /dev/xvd? partitions
This commit is contained in:
parent
308f03f9b9
commit
f9e5b04d8a
2
fs/fs.go
2
fs/fs.go
@ -39,7 +39,7 @@ import (
|
|||||||
"github.com/golang/glog"
|
"github.com/golang/glog"
|
||||||
)
|
)
|
||||||
|
|
||||||
var partitionRegex = regexp.MustCompile("sd[a-z]+\\d")
|
var partitionRegex = regexp.MustCompile("(:?s|xv)d[a-z]+\\d")
|
||||||
|
|
||||||
type partition struct {
|
type partition struct {
|
||||||
mountpoint string
|
mountpoint string
|
||||||
|
Loading…
Reference in New Issue
Block a user