FireDrunk / ZFSmond

Tiny ZFS Web Interface written in AngularJS and Flask Restful
GNU General Public License v3.0
27 stars 12 forks source link

Scrub is not displayed when running #1

Closed hyperbart closed 9 years ago

hyperbart commented 9 years ago

Scrub status is not shown in interface.

FireDrunk commented 9 years ago

The information regarding the current scrub state of the pool has to come from libzfs-python. I've contacted the developer of the library to check into the information, since it should be available in the ZFS core, but it's not (easily) published through the library.

So we have to wait until the upstream library gets updated.

FireDrunk commented 9 years ago

Library has been updated, and scrub information has been added.