/[vz-tools]/trunk/vz-clone.pl
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 /trunk/vz-clone.pl

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

revision 67 by dpavlin, Sat Feb 28 16:32:12 2009 UTC revision 69 by dpavlin, Tue Mar 3 20:58:48 2009 UTC
# Line 52  if ( $action =~ m{(create|umount|destroy Line 52  if ( $action =~ m{(create|umount|destroy
52          umount( $clone ) if $clone;          umount( $clone ) if $clone;
53          if ( $action eq 'destroy' && -e $snap ) {          if ( $action eq 'destroy' && -e $snap ) {
54                  lvremove( '-f', $snap );                  lvremove( '-f', $snap );
                 exit;  
55          }          }
56    
57          exit if $action eq 'umount';          vzctl('destroy', $VEID) if $action eq 'destroy';
58    
59            exit if $action =~ m{(umount|destroy)};
60  }  }
61    
62    

Legend:
Removed from v.67  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26