IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24617


Ignore:
Timestamp:
Jun 26, 2009, 4:28:43 PM (17 years ago)
Author:
jhoblitt
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/nebdiskd

    r24543 r24617  
    185185            # there may be multiple vol_ids per mountpoint but we only need to
    186186            # check each mointpont once
    187             my $query = $dbh->prepare_cached("SELECT DISTINCT mountpoint FROM volume");
     187            my $query = $dbh->prepare_cached("SELECT DISTINCT mountpoint FROM volume WHERE available = 1");
    188188            $query->execute;
    189189            while (my $row = $query->fetchrow_hashref) {
Note: See TracChangeset for help on using the changeset viewer.