/[pxelator]/lib/PXElator/config.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/config.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 349 by dpavlin, Sat Aug 29 18:07:49 2009 UTC revision 350 by dpavlin, Sat Aug 29 21:09:55 2009 UTC
# Line 14  use File::Slurp; Line 14  use File::Slurp;
14    
15  our $mounted;  our $mounted;
16    
17  sub available { qw/debian_live webconverger debirf tinycore nfsroot openvz_host openvz_container printer wrt/ };  sub available { qw/debian_live webconverger debirf tinycore nfsroot openvz printer wrt/ };
18    
19  sub debian_live {  sub debian_live {
20          my ($ip) = @_;          my ($ip) = @_;
# Line 184  label nfsroot Line 184  label nfsroot
184          });          });
185  }  }
186    
187  sub openvz_host {  sub openvz {
         my $ip = shift;  
         ssh::shell( $ip, 'cat /proc/vz/veinfo', 'vzlist -a', 'uptime', 'free', 'df' );  
 }  
 sub openvz_container   {  
188          my $ip = shift;          my $ip = shift;
189          ssh::shell( $ip, 'cat /proc/vz/veinfo', 'uptime', 'free', 'df' );          ssh::shell( $ip, 'cat /proc/vz/veinfo', 'uptime', 'free', 'df' );
190  }  }

Legend:
Removed from v.349  
changed lines
  Added in v.350

  ViewVC Help
Powered by ViewVC 1.1.26