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