IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2008, 11:56:33 AM (18 years ago)
Author:
jhoblitt
Message:

stop replicating when instances == copies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r18400 r18415  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.60 2008-07-02 03:40:10 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.61 2008-07-03 21:56:33 jhoblitt Exp $
    44
    55package Nebulous::Server::SQL;
     
    309309--        WHERE storage_object_xattr.name = 'user.copies'
    310310        GROUP BY so_id
    311         HAVING available_instances < instances OR instances != copies
     311        HAVING available_instances < instances OR instances < copies
    312312    },
    313313    get_mounted_volumes => qq{
Note: See TracChangeset for help on using the changeset viewer.