mirror of
https://github.com/minio/minio.git
synced 2025-11-23 11:07:50 -05:00
Add mountinfo functions for detecting mount disks, and other rpc changes
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user