- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous-Server/bin/neb-host (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Nebulous-Server/bin/neb-host
r28526 r33415 18 18 my ($host, $state, $note, 19 19 $db, $dbhost, $dbpass, $dbuser, 20 $allocate, $available, $debug );20 $allocate, $available, $debug,$volume); 21 21 22 22 # $db = $ENV{'NEB_DB'} unless $db; … … 56 56 'dbuser=s' => \$dbuser, 57 57 'dbpass=s' => \$dbpass, 58 58 'volume' => \$volume, 59 59 60 60 ) || pod2usage( 2 ); … … 98 98 99 99 my %constraint; 100 $constraint{'v.host'} = $host; 100 if (defined($volume)) { 101 $constraint{'v.name'} = $host; 102 } 103 else { 104 $constraint{'v.host'} = $host; 105 } 101 106 my %set; 102 107 $set{'v.allocate'} = $allocate if defined $allocate;
Note:
See TracChangeset
for help on using the changeset viewer.
