gluster volume quota <volume> limit-usage randomly fails (Connection failed. Please check if gluster daemon is operational.)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



looks like sometimes the request fall into the following condition and
the cli fails

        if (0 == svc->allow_insecure && unprivileged && !actor->unprivileged) {
                        /* Non-privileged user, fail request */
                        gf_log ("glusterd", GF_LOG_ERROR,
                                "Request received from non-"
                                "privileged port. Failing request");
                        rpcsvc_request_destroy (req);
                        return -1;
        }
why this happen sometimes?
Can I just bypass this check by hard-code?

2012/12/20, ??? <yongtaofu at gmail.com>:
> Dear gluster experts,
> Recently I encounter a problem of glusterfs quota.
> When run gluster volume quota <volume> limit-usage command it randomly
> fails the output is
> Connection failed. Please check if gluster daemon is operational.
>
> for example to reproduce it on glusterfs 3.3.1 just create a volume
> and repeat to set limit-usage.
> gluster volume quota mytestvolume limit-usage / 5GB
>
> repeat the above command and it fails randomly.
>
> Any sugguestions?
>
> --
> ???
>


-- 
???


[Index of Archives]     [Gluster Development]     [Linux Filesytems Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux