gluster-devel
[Top][All Lists]
Advanced

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

Re: [Gluster-devel] glusterfs in fstab


From: Majied Najjar
Subject: Re: [Gluster-devel] glusterfs in fstab
Date: Thu, 26 Apr 2007 19:09:04 -0400

As a quick fix, if you open the file /sbin/mount.glusterfs and move down to 
line 24 you will see the problem.  Just replace the numbers like so:

{
    # log level definitions
    LOG_NONE=NONE;
    LOG_CRITICAL=CRITICAL;
    LOG_ERROR=ERROR;
    LOG_WARNING=WARNING;
    LOG_DEBUG=DEBUG;

    # set default log level to ERROR
    log_level=$LOG_NONE;
}

Majied

On Thu, 26 Apr 2007 19:03:32 -0400 (EDT)
Brent A Nelson <address@hidden> wrote:

> It looks like a relatively recent patch has broken fstab support for 
> glusterfs.  Now, when attempting to mount a glusterfs defined in the 
> fstab, I get:
> 
> glusterfs: Unrecognized log-level "2", possible values are 
> "DEBUG|WARNING|[ERROR]|CRITICAL|NONE"
> 
> Mounting using the glusterfs command works fine.
> 
> Thanks,
> 
> Brent
> 
> 
> _______________________________________________
> Gluster-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gluster-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]