Changeset 17815 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- May 27, 2008, 11:59:53 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r17772 r17815 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.5 1 2008-05-22 04:10:01jhoblitt Exp $3 # $Id: SQL.pm,v 1.52 2008-05-27 21:59:53 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 249 249 ext_id, 250 250 count(ins_id) as instances, 251 volume.name as volume_name, 251 252 count(mountedvol.vol_id) as available_instances, 252 253 count(mountedvol.vol_id) > 0 as recoverable, … … 255 256 JOIN instance 256 257 USING(so_id) 258 JOIN volume 259 USING(vol_id) 257 260 LEFT JOIN storage_object_xattr 258 261 ON storage_object.so_id = storage_object_xattr.so_id
Note:
See TracChangeset
for help on using the changeset viewer.
