This commit is contained in:
bee0005
2016-08-20 10:33:02 +00:00
parent 1f1c9313c6
commit 22a2389c12
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ class VolumnController < ApplicationController
end
def get_info
return `sshpass -pakfm77 ssh root@gluster-1 gluster volume info`
return `sshpass -pakfm77 ssh -p 2222 root@gluster-1 gluster volume info`
end
end