IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18434


Ignore:
Timestamp:
Jul 7, 2008, 1:37:48 PM (18 years ago)
Author:
jhoblitt
Message:

change find_objects_with_unavailable_instances query to only count volumes marked as 'available'

Location:
trunk/Nebulous-Server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/Changes

    r18417 r18434  
    22
    330.13
     4    - change find_objects_with_unavailable_instances query to only count
     5      volumes marked as 'available'
    46    - fix nebdiskd so it doesn't removed volumes as being successful stat()'d
    57      even when the stat() failed under --debug
  • trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r18415 r18434  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.61 2008-07-03 21:56:33 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.62 2008-07-07 23:37:48 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    307307        JOIN mountedvol
    308308            USING(vol_id)
     309        WHERE mountedvol.available = 1
    309310--        WHERE storage_object_xattr.name = 'user.copies'
    310311        GROUP BY so_id
Note: See TracChangeset for help on using the changeset viewer.