Changeset 31368
- Timestamp:
- Apr 25, 2011, 11:09:21 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r28492 r31368 344 344 }, 345 345 # volume handler 346 # This has a hack to get around the lack of location awareness by using xattr. 346 347 get_storage_volume => qq{ 347 348 SELECT * from ( … … 357 358 AND available = ? 358 359 AND allocate = ? 360 AND xattr = 0 359 361 ORDER BY free DESC 360 362 LIMIT ?) as topfew
Note:
See TracChangeset
for help on using the changeset viewer.
