Changeset 18434
- Timestamp:
- Jul 7, 2008, 1:37:48 PM (18 years ago)
- Location:
- trunk/Nebulous-Server
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/Changes
r18417 r18434 2 2 3 3 0.13 4 - change find_objects_with_unavailable_instances query to only count 5 volumes marked as 'available' 4 6 - fix nebdiskd so it doesn't removed volumes as being successful stat()'d 5 7 even when the stat() failed under --debug -
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r18415 r18434 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.6 1 2008-07-03 21:56:33jhoblitt Exp $3 # $Id: SQL.pm,v 1.62 2008-07-07 23:37:48 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 307 307 JOIN mountedvol 308 308 USING(vol_id) 309 WHERE mountedvol.available = 1 309 310 -- WHERE storage_object_xattr.name = 'user.copies' 310 311 GROUP BY so_id
Note:
See TracChangeset
for help on using the changeset viewer.
