IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29409


Ignore:
Timestamp:
Oct 14, 2010, 1:56:42 PM (16 years ago)
Author:
watersc1
Message:

Test versions of the new repli-cull and disk balance tasks.

Location:
trunk/ippTasks
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/replicate.pro

    r24847 r29409  
    173173    book getword replicatePending $pageName volume_name -var VOLUME_NAME
    174174    book getword replicatePending $pageName volume_host -var VOLUME_HOST
     175    book getword replicatePending $pageName command     -var COMMAND
    175176
    176177    set.host.for.replicate $VOLUME_HOST
     
    180181
    181182    # these operations do not require a database to be specified
    182     $run = neb-replicate --copies $NEED_COPIES $KEY
     183    $run = $COMMAND $KEY
    183184
    184185    # save the pageName for future reference below
Note: See TracChangeset for help on using the changeset viewer.