Displaying 20 results from an estimated 58 matches for "max_read".
2009 Oct 11
1
change fuse max_read= mount option from 128k to something bigger?
Hi
Are there any caveats to changing the max_read fuse mount option that's
hardcoded into xlators/mount/fuse/src/fuse-bridge.c to something other
than 128k?
On my client test system, cat /proc/mounts shows:
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
10.10.10.11 /storage fuse.glusterfs rw,relatime,user_id=0,group_id=0,default_p...
2007 Oct 27
0
Who wants to take a stab at IO.foreach?
...vcrt/string''.
require ''windows/file''
require ''windows/handle''
require ''windows/error''
class WinIO
extend Windows::File
extend Windows::Handle
extend Windows::Error
include Windows::File
include Windows::Error
MAX_READ = 20 # Small, for testing purposes
def self.foreach(file, sep="\r\n")
handle = CreateFile(
file,
FILE_READ_DATA,
FILE_SHARE_READ,
0,
OPEN_EXISTING,
0,
0
)
if handle == INVALID_HANDLE_VALUE...
2018 Mar 09
2
wrong size displayed with df after upgrade to 3.12.6
...---------------------------------------
Brick : Brick gluster2x:/gl/lv4osb06/glurchbrick
Total Disk Space : 231.0TB
[root at pcph00131 glusterfs]# mount | grep gluster
qloginx:/glurch.rdma on /glurch type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,allow_other,max_read=131072)
[root at pcph00131 glusterfs]# df -h /glurch
Filesystem Size Used Avail Use% Mounted on
qloginx:/glurch.rdma 618T 363T 256T 59% /glurch
## df -h should show ~ 800T but only shows ~600T.
--
Dr. Stefan Solbrig
Universit?t Regensburg, Fakult?t f?r Physik,
93040 Regensburg,...
2009 Mar 18
1
ERROR of gluster.2.0.rc1 client on suse reiserfs
.../sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw,size=8g)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/xvda1 on /boot type reiserfs (rw,acl,user_xattr)
securityfs on /sys/kernel/security type securityfs (rw)
glusterfs on /data type fuse (rw,max_read=1048576,allow_other,default_permissions)
Waiting for your help ,thanks a lot
2009-03-18
eagleeyes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090318/4f817826/attachment.html...
2011 Mar 11
1
RedHat 5.5 and automounting with fstab
...4.151 and 192.168.104.152. Both are running
GlusterD and both offer one of the bricks for the volume. Both mount also
the volume locally.
The working /etc/fstab entry on 192.168.104.151 is:
192.168.104.151:/gluster-data /var/gluster/data glusterfs
auto,_netdev,rw,allow_other,default_permissions,max_read=131072 0 0
Likewise, the working /etc/fstab entry on 192.168.104.152 is:
192.168.104.152:/gluster-data /var/gluster/data glusterfs
auto,_netdev,rw,allow_other,default_permissions,max_read=131072 0 0
If you don't have the "auto,_netdev" options on the mount, then you can
mount corr...
2018 Mar 09
1
wrong size displayed with df after upgrade to 3.12.6
...> ------------------
> Brick : Brick gluster2x:/gl/lv4osb06/glurchbrick
> Total Disk Space : 231.0TB
>
> [root at pcph00131 glusterfs]# mount | grep gluster
> qloginx:/glurch.rdma on /glurch type fuse.glusterfs
> (rw,relatime,user_id=0,group_id=0,allow_other,max_read=131072)
>
> [root at pcph00131 glusterfs]# df -h /glurch
> Filesystem Size Used Avail Use% Mounted on
> qloginx:/glurch.rdma 618T 363T 256T 59% /glurch
>
> ## df -h should show ~ 800T but only shows ~600T.
>
> --
> Dr. Stefan Solbrig
> Universit?t Regen...
2017 Nov 05
2
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...sion as the hosts.
- Gluster server and client version: 3.12.2 (also found on 3.12.1, unsure about previous versions) running on CentOS 7.
Examples:
mount:
192.168.0.151:/gluster_vol on /var/lib/mountedgluster type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)
root at gluster-client:/var/lib/mountedgluster # ls -la
total 0
(note no . or .. directories)
root at gluster-client:/var/lib/mountedgluster # touch test
root at gluster-client:/var/lib/mountedgluster # ls -la
total 0
-rw-r--r--. 1 root root 0 Nov 6 10:10 test
("test"...
2010 May 11
1
Problems with gluster and autofs
...b/libc.so.6
(gdb) bt
#0 0x00007f7768005e2a in mount () from /lib/libc.so.6
#1 0x00007f77668b2af4 in fuse_mount_sys (mountpoint=0x1020140
"/mnt/lan/nas",
fsname=0x101e260 "/etc/glusterfs/nas-client.vol",
mnt_param=0x7f77668b3558
"allow_other,default_permissions,max_read=131072")
at ../../../../contrib/fuse-lib/mount.c:538
#2 gf_fuse_mount (mountpoint=0x1020140 "/mnt/lan/nas", fsname=0x101e260
"/etc/glusterfs/nas-client.vol",
mnt_param=0x7f77668b3558
"allow_other,default_permissions,max_read=131072")
at ../../../...
2012 Feb 17
1
ACLs only apply to primary group?
...3.2.5-6.el6.x86_64 but that doesn't
seem to be the case on glusterfs-3.2.5-7.el6.x86_64 (or another update
made the difference). As an interesting addition, mtab doesn't report
acl support on the mountpoint:
gluster1:/gluster-webcontent on /mnt/webcontent type
fuse.glusterfs(rw,allow_other,max_read=131072)
Any suggestions for what to try next would be most appreciated.
Thanks,
James
2013 Mar 03
1
sysvolreset failing on glusterfs
...t3 fs is of cause running with acls enabled,
too. This is what mount looks like for the involved fs's:
fusectl on /sys/fs/fuse/connections type fusectl (rw)
/dev/xvda3 on /var/glusterfs/brick1 type ext3 (rw,acl,user_xattr)
localhost:/dc-vol on /export/dc-vol type fuse.glusterfs
(rw,allow_other,max_read=131072)
Andreas
--
Andreas Gaiser, Berlin, Germany
2018 Jan 21
1
mkdir -p, cp -R fails
...39;d be grateful for some insight.
I have small test system that still runs on glusterfs 3.12.3, where everything works fine.
best wishes,
Stefan
[hpcadmin at pcph00131 bug]$ mount | grep gluster
qloginx:/glurch.rdma on /glurch type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,allow_other,max_read=131072)
[hpcadmin at pcph00131 bug]$ pwd
/glurch/test/bug
[hpcadmin at pcph00131 bug]$ umask 0022
[hpcadmin at pcph00131 bug]$ mkdir aa #works
[hpcadmin at pcph00131 bug]$ mkdir -p aa/bb/cc/dd
mkdir: cannot create directory ?aa/bb?: No data available
[hpcadmin at pcph00131 bug]$ umask 00...
2017 Oct 10
2
small files performance
...ormance.parallel-readdir on (Note : readdir
> should be on)
>
This is what i'm getting with suggested parameters.
I'm running "fio" from a mounted gluster client:
172.16.0.12:/gv0 on /mnt2 type fuse.glusterfs
(rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)
# fio --ioengine=libaio --filename=fio.test --size=256M
--direct=1 --rw=randrw --refill_buffers --norandommap
--bs=8k --rwmixread=70 --iodepth=16 --numjobs=16
--runtime=60 --group_reporting --name=fio-test
fio-test: (g=0): rw=randrw, bs=8K-8K/8K-8K...
2017 Nov 06
0
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...version: 3.12.2 (also found on 3.12.1, unsure
> about previous versions) running on CentOS 7.
>
>
> Examples:
>
>
> mount:
> 192.168.0.151:/gluster_vol on /var/lib/mountedgluster type fuse.glusterfs
> (rw,relatime,user_id=0,group_id=0,default_permissions,
> allow_other,max_read=131072)
>
> root at gluster-client:/var/lib/mountedgluster # ls -la
> total 0
>
> (note no . or .. directories)
>
> root at gluster-client:/var/lib/mountedgluster # touch test
> root at gluster-client:/var/lib/mountedgluster # ls -la
> total 0
> -rw-r--r--. 1 root r...
2018 Apr 11
2
Unreasonably poor performance of replicated volumes
...> nfs.disable: on
*Client *is also gluster 3.12.6, Centos 7.3 virtual machine, *FUSE mount*
> root at centos7u3-nogdesktop2 ~ $ mount |grep gluster
> gluster-host.ibnet:/r2vol on /mnt/gluster/r2 type fuse.glusterfs
> (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)
> gluster-host.ibnet:/r3vol on /mnt/gluster/r3 type fuse.glusterfs
> (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)
*The problem *is that there is a significant performance loss with smaller
block sizes. For example:
*4K block size*
[replica 3 v...
2017 Nov 08
2
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...ns) running on CentOS 7.
>>>
>>>
>>> Examples:
>>>
>>>
>>> mount:
>>> 192.168.0.151:/gluster_vol on /var/lib/mountedgluster type
>>> fuse.glusterfs (rw,relatime,user_id=0,group_i
>>> d=0,default_permissions,allow_other,max_read=131072)
>>>
>>> root at gluster-client:/var/lib/mountedgluster # ls -la
>>> total 0
>>>
>>> (note no . or .. directories)
>>>
>>> root at gluster-client:/var/lib/mountedgluster # touch test
>>> root at gluster-client:/var/lib...
2017 Jun 06
1
Files Missing on Client Side; Still available on bricks
...agnostics.brick-log-level: INFO
Mount points for the bricks:
/dev/sdb on /data/brick2 type xfs (rw,noatime,nobarrier)
/dev/sda on /data/brick1 type xfs (rw,noatime,nobarrier)
Mount point on the client:
10.xx.xx.xx:/hpcscratch on /scratch type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072)
My question is what are some of the possibilities for the root cause of this issue and what is the recommended way of recovering from it? Let me know if you need any more information.
--
Mike Jarsulic
Sr. HPC Administrator
Center for Research Informatics | University of Chicago
773.702....
2023 May 22
3
vfs_shadow_copy2 cannot read/find snapshots
...xpected:
root at YYY:~# mount.glusterfs
B741:/snaps/snap_GMT-2023.05.21-19.14.01/glvol_samba /mnt/
On the samba server the gluster share is mounted with:
root at XXX:~# mount -t fuse.glusterfs
B741:/glvol_samba on /srv/glvol_samba type fuse.glusterfs
(rw,relatime,user_id=0,group_id=0,allow_other,max_read=131072,_netdev)
The systemd unit for this is:
root at XXX:~# cat /etc/systemd/system/srv-glvol_samba.mount
[Unit]
Description=Data Dir
After=network.target
Requires=network-online.target
[Mount]
What=B741:/glvol_samba
Where=/srv/glvol_samba
Type=glusterfs
Options=defaults,_netdev,negative-timeout...
2012 Aug 14
1
question about list directory missing files or hang
Hi Gluster experts,
I'm new to glusterfs and I have encountered a problem about list directory
of glusters 3.3.
I have a volume configuration of 3(distribute) * 2(replica). When write
file on the glusterfs client mount directory some of the files can't be
listed through ls command but the file exists. Some times the ls command
hangs.
Any one know what's the problem is?
Thank you
2017 Nov 08
0
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
...he mount entry looks like:
root at int-kube-01:~ # mount | grep iss3dev-static
10.51.70.151:/dev_static on /var/lib/kubelet/pods/434cba8e-bf87-11e7-8389-1aa903709357/volumes/kubernetes.io~glusterfs/iss3dev-static type fuse.glusterfs (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20171109/de6d59f4/attachment.html>
2008 Dec 01
2
Error while copying/moving file
An HTML attachment was scrubbed...
URL: http://zresearch.com/pipermail/gluster-users/attachments/20081201/151a90cd/attachment.htm