IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42869


Ignore:
Timestamp:
May 19, 2025, 12:22:21 PM (14 months ago)
Author:
eugene
Message:

exclude xattr = 3 from storage query

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/bin/nebdiskd

    r39695 r42869  
    198198            # there may be multiple vol_ids per mountpoint but we only need to
    199199            # check each mountpoint once
    200             my $query = $dbh->prepare_cached("SELECT DISTINCT host, mountpoint FROM volume WHERE xattr != 5");
     200            my $query = $dbh->prepare_cached("SELECT DISTINCT host, mountpoint FROM volume WHERE (xattr != 3) and (xattr != 5)");
    201201            $query->execute;
    202202            while (my $row = $query->fetchrow_hashref) {
Note: See TracChangeset for help on using the changeset viewer.