Update ip

This commit is contained in:
Youngkyun Kim 2016-08-22 04:09:37 +00:00
parent e008bd3bab
commit 0b28a0c5dc

View File

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