Hi Could you improve the output to show "Possibly undergoing heal" as well? gluster vol heal VMS info Brick gluster01:/DATA/vms Status: Connected Number of entries: 0 Brick gluster02:/DATA/vms /images/100/vm-100-disk-0.raw - Possibly undergoing heal Status: Connected Number of entries: 1 Thanks --- Gilberto Nunes Ferreira Em qua., 12 de ago. de 2020 ?s 13:52, Sachidananda Urs <sacchi at kadalu.io> escreveu:> > > On Sun, Aug 9, 2020 at 10:43 PM Gilberto Nunes <gilberto.nunes32 at gmail.com> > wrote: > >> How did you deploy it ? - git clone, ./gstatus.py, and python gstatus.py >> install then gstatus >> >> What is your gluster version ? Latest stable to Debian Buster (v8) >> >> >> > Hello Gilberto. I just made a 1.0.0 release. > gstatus binary is available to download from (requires python >= 3.6) > https://github.com/gluster/gstatus/releases/tag/v1.0.0 > > You can find the complete documentation here: > https://github.com/gluster/gstatus/blob/master/README > > Follow the below steps for a quick method to test it out: > > # curl -LO > https://github.com/gluster/gstatus/releases/download/v1.0.0/gstatus > > # chmod +x gstatus > > # ./gstatus -a > # ./gstatus --help > > If you like what you see. You can move it to /usr/local/bin > > Would like to hear your feedback. Any feature requests/bugs/PRs are > welcome. > > -sac >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20200814/9d34b3d5/attachment.html>
On Fri, Aug 14, 2020 at 10:04 AM Gilberto Nunes <gilberto.nunes32 at gmail.com> wrote:> Hi > Could you improve the output to show "Possibly undergoing heal" as well? > gluster vol heal VMS info > Brick gluster01:/DATA/vms > Status: Connected > Number of entries: 0 > > Brick gluster02:/DATA/vms > /images/100/vm-100-disk-0.raw - Possibly undergoing heal > Status: Connected > Number of entries: 1 > >We plan to add heal count. For example: Self-Heal: 456 pending files. Or something similar. If we list files, and if the number of files is high it takes a long time and fills the screen making it quite cumbersome. -sac>-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20200814/f3a7258a/attachment.html>
On Fri, Aug 14, 2020 at 10:04 AM Gilberto Nunes <gilberto.nunes32 at gmail.com> wrote:> Hi > Could you improve the output to show "Possibly undergoing heal" as well? > gluster vol heal VMS info > Brick gluster01:/DATA/vms > Status: Connected > Number of entries: 0 > > Brick gluster02:/DATA/vms > /images/100/vm-100-disk-0.raw - Possibly undergoing heal > Status: Connected > Number of entries: 1 >Gilberto, the release 1.0.2 ( https://github.com/gluster/gstatus/releases/tag/v1.0.2) has included self-heal status. The output looks like this: root at master-node:/home/sac/work/gstatus# gstatus Cluster: Status: Healthy GlusterFS: 9dev Nodes: 3/3 Volumes: 1/1 Volumes: snap-1 Replicate Started (UP) - 2/2 Bricks Up Capacity: (9.43% used) 4.00 GiB/40.00 GiB (used/total) Self-Heal: slave-1:/mnt/brick1/snapr1/r11 (13 File(s) to heal). Snapshots: 2 Quota: On <https://github.com/gluster/gstatus/releases/tag/v1.0.2> Hope that helps. -sac>-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20200820/aa3c71cb/attachment.html>