similar to: A problem with gluster 3.3.0 and Sun Grid Engine

Displaying 20 results from an estimated 1000 matches similar to: "A problem with gluster 3.3.0 and Sun Grid Engine"

2013 May 03
1
State of Gluster 3.4 alpha 3 NFS ACL support
Wonder if someone can point me in the right direction here - just built some new bricks running gluster 3.4 alpha 3 (from http://download.gluster.org) with the objective of testing them to replace some existing 3.2 systems in production. The main thing I was after was NFS ACL support, however on getting everything setup, I still don't seem to be able to see POSIX extended ACLs on the
2008 Aug 23
1
help, glusterfs test caused very high tcp segment retransmission rate
Hi, I found the aggregated IO speed is only about 100MB/s on 4 Giga-bit Brick. This test is done over 12 computing nodes with command dd if=/dev/zero of=bar bs=1048576 count=20480. Because our brick has very fast local IO speed, the problem could be network. Then I found computing nodes got too many retransmited segments during test according to netstat -st. The retransmission ratio is
2019 May 06
1
dfree command cannot report correct disk space
Hi, my  filesystems is mounted like the below df output, /share is exported in samba. Filesystem                     Size  Used Avail Use% Mounted on /dev/sda1                       50G  9.1G   41G  19% /share nfs1:/                          492T  433T   59T  89% /share/group1 If a 100G file is copied to /share/group1, samba will report the storage doesn't have enough space. I tried to
2005 Nov 20
2
ZFS & small files
First - many, many congrats to team ZFS. Developing/writing a new Unix fs is a very non-trivial exercise with zero tolerance for developer bugs. I just loaded build 27a on a w1100z with a single AMD 150 CPU (2Gb RAM) and a single (for now) SCSI disk drive: FUJITSU MAP3367NP (Revision: 0108) hooked up to the built-in SCSI controller (the only device on the SCSI bus). My initial ZFS test was to
2002 Nov 19
2
The exclude option of Rsync not work right.
Hello, Can someone explain why my exclude option is not excluding filles as instructed in my script below. I have tried multiple methods and still have been unsuccessful in excluding the one file "test.sql". The methods I have tried are: 1. Removing EXTRAFLAG variable -a 2. Removing using -a 3. Option --include infront of --exclude and behind of --exclude. 4. rsync /software/testdir/
2013 Sep 13
1
glusterfs-3.4.1qa2 released
RPM: http://bits.gluster.org/pub/gluster/glusterfs/3.4.1qa2/ SRC: http://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-3.4.1qa2.tar.gz This release is made off jenkins-release-42 -- Gluster Build System
2017 Nov 05
2
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
We've got an issue with Gluster (3.12.x) where clients can't see directories that exist or are created within a mounted volume. We can see files, but not directories (with ls, find etc...) We can enter (cd) into directories, even if we can't see them. - Host typology is: 2 replica, 1 arbiter. - Volumes are: replicated and running on XFS on the hosts. - Clients are: GlusterFS native
2010 May 19
2
Samba 3.0.33 ACL rename/delete issue
Hello, I have noticed some ALC issues with files and directories. I use samba server 3.0.33 on CentOS 4.8 joined to Windows 2003 domain. Everything works fine, all users are authenticated to domain controller. My aim is to give FULL ACCESS (open/read/write/rename/delete..) to directory "testdir" to two users, john and mark without using groups because I have no permissions on domain
2008 Oct 07
4
gluster over infiniband....
Hey guys, I am running gluster over infiniband, and I have a couple of questions. We have four servers, each with 1 disk that I am trying to access over infiniband using gluster. The servers look like they start okay, here are the last 10 or so lines of a client log (they are all identical): 2008-10-07 07:18:40 D [spec.y:196:section_sub] parser: child:stripe0->remote1 2008-10-07 07:18:40 D
2012 Feb 18
1
Gluster NFS and symlink
Hi list, Is there a configuration for gluster to have symlinks working with gluster nfs exports? When I try to create a symlink on a glusterfs nfs mount I get: ln: creating symbolic link `test' to `httpdocs': Unknown error 526 From nfs.log: [2012-02-18 01:27:27.541155] E [client3_1-fops.c:173:client3_1_symlink_cbk] 0-dcm-gluster-backup1-client-0: remote operation failed: Operation not
2002 Aug 27
5
rsync: push_dir TESTDIR: No such file or directory
Hi all. I'm getting the following error when using rsync: nice -n 20 rsync -e "ssh -p30000" --recursive --verbose --verbose --checksum --times --modify-window 2 --port=31000 --dry-run /cygdrive/f/bkp/Doc/Builds/Buildsheets/ MYUSERNAME@MY.SERV.ER.IP:TESTDIR opening connection using ssh -p30000 -l MYUSERNAME MY.SERV.ER.IP rsync --server -vvntrc --modify-window=2 . TESTDIR
2009 Jul 24
2
Tidy symlinks
So, I have a directory of symlinks that I''m managing and Tidy doesn''t seem to be doing much for me in there. Does Tidy ignore symlinks for some reason? If not, does anyone have the correct syntax? Thanks, Trevor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To
2017 Nov 06
2
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
Do the users have permission to see/interact with the directories, in addition to the files? On Mon, Nov 6, 2017 at 1:55 PM, Nithya Balachandran <nbalacha at redhat.com> wrote: > Hi, > > Please provide the gluster volume info. Do you see any errors in the > client mount log file (/var/log/glusterfs/var-lib-mountedgluster.log)? > > > Thanks, > Nithya > > On 6
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi, I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2 system to an AFP mounted share. The command I'm using is: rsync -avAX -M--fake-super ./testDir ./mnt/testDir/ This works fine and all the extended attributes are copied and readable. I then try to use rsync to copy these files back with: rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/ This
2004 Apr 21
2
exclude-from and include-from confusion
Learning rsync (love it) and am requesting some help in understanding the exclude-from/include-from rules. I've been doing some testing and the results aren't coming out as I expected. Problem: I have a directory with several dozen sub directories and would like to selectively pick a couple dozen directories to remotely copy. The issue is that there are a large number of directories and I
2017 Nov 06
0
Gluster clients can't see directories that exist or are created within a mounted volume, but can enter them.
Hi, Please provide the gluster volume info. Do you see any errors in the client mount log file (/var/log/glusterfs/var-lib-mountedgluster.log)? Thanks, Nithya On 6 November 2017 at 05:13, Sam McLeod <mailinglists at smcleod.net> wrote: > We've got an issue with Gluster (3.12.x) where clients can't see > directories that exist or are created within a mounted volume. >
2011 Jun 29
1
Possible new bug in 3.1.5 discovered
"May you live in interesting times" Is this a curse or a blessing? :) I've just tested a 3.1.5 GlusterFS native client against a 3.1.3 storage pool using this volume: Volume Name: pfs-rw1 Type: Distributed-Replicate Status: Started Number of Bricks: 2 x 2 = 4 Transport-type: tcp Bricks: Brick1: jc1letgfs16-pfs1:/export/read-write/g01 Brick2: jc1letgfs13-pfs1:/export/read-write/g01
2023 Feb 13
1
access "claim types"
On 13/02/2023 10:54, Stefan G. Weichinger via samba wrote: > Am 10.02.23 um 11:26 schrieb Rowland Penny via samba: > >> Hmm, so there is a DC that is having some dns problems and the windows >> admin isn't bothered that this 'may' be replicating to his other DC's >> ???? > > seems so > > I don't know if he would take that one DC down if
2009 Apr 28
1
glusterfs and samba (file-max limit reached)
Recently a gluster I setup got mounted on a server that exports it through samba. It appears to work till a point. Unexpectedly on heavy usage the nodes happen to reach the max file descriptors opened limit really easily. Anybody else has experience on it? Is that kind of usage supported. currently one node seems to have surpassed about 3M open files even if the samba server claims to have
2013 Jul 26
5
[FEEDBACK] Governance of GlusterFS project
Hello everyone, We are in the process of formalizing the governance model of the GlusterFS project. Historically, the governance of the project has been loosely structured. This is an invitation to all of you to participate in this discussion and provide your feedback and suggestions on how we should evolve a formal model. Feedback from this thread will be considered to the extent possible in