This commit is contained in:
bee0005
2016-08-20 09:38:25 +00:00
566 changed files with 74739 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
class VolumnController < ApplicationController
def info
@output = get_info.split("\n")
end
def get_info
return `sshpass -pakfm77 ssh root@gluster-1 gluster volume info`
end
end