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

@@ -110,7 +110,7 @@ func runController(c *cli.Context) {
if err != nil {
Fatalln(err)
}
Println(disks)
Println(string(disks))
case "mem":
memstats, err := controller.GetMemStats(c.Args().Tail().First())
if err != nil {