IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2025, 1:11:48 PM (10 months ago)
Author:
cclin33
Message:

update storage views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/czartool/czarpoll.pl

    r42858 r42921  
    654654            my $readable = 1;
    655655            my $writable = 1;
     656            my $xattr = 0;
    656657
    657658            #print "Mount $mount_point: total=${total_tb}TB, used=${used_tb}TB (${used_percent}%), available=${available_tb}TB (${available_percent}%)\n";
     
    660661            #my $host_label = "$host.$suffix(${total_tb}T)";
    661662            my $host_label = "$host.$suffix";
    662             $czarDb->updateHost($host_label, $total_tb, $available_tb, $used_tb, $readable, $writable);
    663         }
    664     }
    665 }
     663            $czarDb->updateHost($host_label, $total_tb, $available_tb, $used_tb, $readable, $writable, $xattr);
     664        }
     665    }
     666}
Note: See TracChangeset for help on using the changeset viewer.