IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 30, 2008, 2:28:07 PM (18 years ago)
Author:
jhoblitt
Message:

add volume.host field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/neb-admin

    r18349 r18389  
    33# Copyright (C) 2005-2008  Joshua Hoblitt
    44#
    5 # $Id: neb-admin,v 1.4 2008-06-27 23:29:42 jhoblitt Exp $
     5# $Id: neb-admin,v 1.5 2008-07-01 00:28:06 jhoblitt Exp $
    66
    77use strict;
     
    8282    my $has = $obj->{instances};
    8383    my $vol_name = $obj->{volume_name};
     84    my $vol_host = $obj->{volume_host};
    8485    my $available = $obj->{available_instances} || 0;
    8586    my $need_recovery = $obj->{need_recovery};
     
    107108        need_copies => $need,
    108109        volume_name => $vol_name,
     110        volume_host => $vol_host,
    109111    );
    110112
Note: See TracChangeset for help on using the changeset viewer.