/[sysadmin-cookbook]/recepies/ganeti/migrate-lxc/0-lxc.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/ganeti/migrate-lxc/0-lxc.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 312 - (show annotations)
Wed Jan 29 00:13:48 2014 UTC (10 years, 3 months ago) by dpavlin
File MIME type: application/x-sh
File size: 132 byte(s)
tweaks after migration of narada

1 export lxc=stage
2 export lxc_vg=stage5
3
4 test -d lxc || mkdir lxc
5
6 ssh_lxc() {
7 log=`basename $1`
8 ssh root@$lxc $* | tee lxc/$log
9 }
10

  ViewVC Help
Powered by ViewVC 1.1.26