- Timestamp:
- May 4, 2011, 3:20:38 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r28492 r31434 336 336 AND m.available = ? 337 337 AND m.allocate = ? 338 AND m.xattr = 0 338 339 AND ( (v.cab_id IS NULL) || 339 340 (v.cab_id != ?) ) … … 344 345 }, 345 346 # volume handler 347 # This has a hack to get around the lack of location awareness by using xattr. 346 348 get_storage_volume => qq{ 347 349 SELECT * from ( … … 357 359 AND available = ? 358 360 AND allocate = ? 361 AND xattr = 0 359 362 ORDER BY free DESC 360 363 LIMIT ?) as topfew
Note:
See TracChangeset
for help on using the changeset viewer.
