Add mountinfo functions for detecting mount disks, and other rpc changes

This commit is contained in:
Harshavardhana
2015-07-09 11:57:10 -07:00
parent 0f0d0c65e7
commit d461fa5ab1
5 changed files with 140 additions and 4 deletions

View File

@@ -34,3 +34,8 @@ func (s *MySuite) TestSCSI(c *C) {
_, err := GetDisks()
c.Assert(err, IsNil)
}
func (s *MySuite) TestMountInfo(c *C) {
_, err := GetMountInfo()
c.Assert(err, IsNil)
}