- Timestamp:
- May 5, 2011, 10:05:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r28492 r31439 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.
