IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:05:10 AM (15 years ago)
Author:
eugene
Message:

merging updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r28492 r31439  
    336336             AND m.available = ?
    337337             AND m.allocate = ?
     338             AND m.xattr = 0
    338339             AND ( (v.cab_id IS NULL) ||
    339340                   (v.cab_id != ?) )
     
    344345    },
    345346    # volume handler
     347    # This has a hack to get around the lack of location awareness by using xattr.
    346348    get_storage_volume          => qq{
    347349        SELECT * from (
     
    357359            AND available = ?
    358360            AND allocate = ?
     361            AND xattr = 0
    359362        ORDER BY free DESC
    360363        LIMIT ?) as topfew
Note: See TracChangeset for help on using the changeset viewer.