Displaying 20 results from an estimated 6000 matches similar to: "Migrate from an NFS storage to GlusterFS"
2009 Aug 11
3
Fuse problem
Hello all,
I'm running a 64bit Centos5 setup and am trying to mount a gluster
filesystem (which is exported out of the same box).
glusterfs --debug --volfile=/root/gluster/webspace2.vol
/home/webspace_glust/
Gives me:
<snip>
[2009-08-11 16:26:37] D [client-protocol.c:5963:init] glust1b_36:
defaulting ping-timeout to 10
[2009-08-11 16:26:37] D [transport.c:141:transport_load]
2010 Apr 14
1
Exporting nfs share with glusterfs?
Hi all,
Is it possible to use a nfs share to serve as a glusterfs server process?? For
example: I have a host that mounts a nfs share from a solaris server under /mnt. Can
I use this /mnt directory for a glusterfs server??
Thanks.
--
CL Martinez
carlopmart {at} gmail {d0t} com
2008 Oct 17
6
GlusterFS compared to KosmosFS (now called cloudstore)?
Hi.
I'm evaluating GlusterFS for our DFS implementation, and wondered how it
compares to KFS/CloudStore?
These features here look especially nice (
http://kosmosfs.sourceforge.net/features.html). Any idea what of them exist
in GlusterFS as well?
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jun 24
2
Limit of Glusterfs help
HI:
Was there a limit of servers which was used as storage in Gluster ?
2009-06-24
eagleeyes
???? gluster-users-request
????? 2009-06-24 03:00:42
???? gluster-users
???
??? Gluster-users Digest, Vol 14, Issue 34
Send Gluster-users mailing list submissions to
gluster-users at gluster.org
To subscribe or unsubscribe via the World Wide Web, visit
2008 Oct 26
1
Looking for configuration suggestions
I am in the process of completely overhauling the storage setup here and
plan to go to glusterfs.
The storage involved is 8x Coraid units, 2x JetStor and a Dell MD3000.
The Coraid and JetStor are network connected via ATA over Ethernet &
iSCSI. The disks are also being upgraded to 1TB in the process. I do
plan to use unify to bring most if not all the storage together.
My first
2010 Apr 16
1
snmp
Hello,
Is there a way to monitor a gluster platform server via snmp?
Bryan McGuire
Senior Network Engineer
NewNet 66
918.231.8063
bmcguire at newnet66.org
-------------- next part --------------
2011 Sep 16
2
Can't replace dead peer/brick
I have a simple setup:
gluster> volume info
Volume Name: myvolume
Type: Distributed-Replicate
Status: Started
Number of Bricks: 3 x 2 = 6
Transport-type: tcp
Bricks:
Brick1: 10.2.218.188:/srv
Brick2: 10.116.245.136:/srv
Brick3: 10.206.38.103:/srv
Brick4: 10.114.41.53:/srv
Brick5: 10.68.73.41:/srv
Brick6: 10.204.129.91:/srv
I *killed* Brick #4 (kill -9 and then shut down instance).
My
2009 Jul 27
3
mtime handling seems generally buggy for directories
Hello again,
as stated earlier there is a problem with mtime setting on directories during
healing in replication setup.
Today I tested 2.0.5 and found out that the handling is more or less generally
buggy for directory mtimes.
Simply try this:
untar some kernel archive on your local disk and look at the mtime of the
created top directory. now untar the same archive on an exported gluster fs
and
2009 Jun 11
2
Issue with files on glusterfs becoming unreadable.
elbert at host1:~$ dpkg -l|grep glusterfs
ii glusterfs-client
1.3.8-0pre2 GlusterFS fuse client
ii glusterfs-server
1.3.8-0pre2 GlusterFS fuse server
ii libglusterfs0
1.3.8-0pre2 GlusterFS libraries and
translator modules
I have 2 hosts set up to use AFR with
2010 Aug 11
2
glusterfs on 32 bit - experiences?
I was wondering about general stability of glusterfs on 32 bit x86 Linux.
I have it running without problems on some lightly used 32 bit systems,
but this scares me a bit if I decided to use it in production[1]:
While the 3.x versions of Gluster will compile on 32bit systems
we do not QA or test on 32-bit systems. We strongly suggest you
do NOT run Gluster in a 32-bit environment.
I was
2008 Sep 17
6
Poor performance with AFR
I have just finished my first steps with glusterfs. Realizing in
principle what I wanted to do (including installation from source) was
astonishingly easy; however, the performance is extremely poor. Thus,
I'd appreciate comments and suggestions what to do/try next.
* Operating system is Ubuntu 8.04.1 (32bit on servers, 64bit on client)
* glusterfs is 1.3.12; compiled from source;
*
2009 Jun 11
2
Problem with new version of GlusterFS-2.0.1 while copying.
Hi,
I am having some problem with new version of
GlusterFS-2.0.1 while copying using "apache" user.
sudo -u apache cp -pvf zip/* test/
getting the message
cp: getting attribute
`trusted.glusterfs.afr.data-pending' of
`zip/speccok1ma131231824637.zip': Operation not permitted
`zip/speccok1ma131231824776.zip' -> `test/speccok1ma131231824776.zip'
No problem while
2010 Jun 09
4
health monitoring of replicated volume
Hello,
Is there any reasonable way to monitor the health of replicated volume
and sync it, if out of sync ?
Regards,
2008 Dec 12
2
Really slow performance
I am seeing extremely slow performance with glusterfs.
OS: CentOS 5
glusterfs version: glusterfs-1.3.9-1
Server configuration:
##############################################
### GlusterFS Server Volume Specification ##
##############################################
#### CONFIG FILE RULES:
### "#" is comment character.
### - Config file is case sensitive
### - Options within a
2011 Sep 06
1
Inconsistent md5sum of replicated file
I was wondering if anyone would be able to shed some light on how a file
could end up with inconsistent md5sums on Gluster backend storage.
Our configuration is running on Gluster v3.1.5 in a distribute-replicate
setup consisting of 8 bricks.
Our OS is Red Hat 5.6 x86_64. Backend storage is an ext3 RAID 5.
The 8 bricks are in RR DNS and are mounted for reading/writing via NFS
automounts.
2011 Aug 22
3
automatic file input
Dear all,
I have 100 files which are used as input.and I have to input the name of my files again and again.the name of the files are 1.out, 2.out......100.out.
I want to know if there is anything like perl so that i can use something like this-
for($f = 1; $f <= 100; $f++) {
$file = $f.".out";
I have tried this thing in R but it does not work.Can somebody please help me.
2011 Jul 01
13
For help in R coding
Dear all,
I am doing a project on variant calling using R.I am working on pileup file.There are 10 columns in my data frame and I want to count the number of A,C,G and T in each row for column 9.example of column 9 is given below-
.a,g,,
.t,t,,
.,c,c,
.,a,,,
.,t,t,t
.c,,g,^!.
.g,ggg.^!,
.$,,,,,.,
2011 Jul 14
5
Adding rows based on column value
Dear all,
I have one problem and did not find any solution.(I have also attached the problem in text file because sometimes column spacing is not good in mail)
I have a file(file.txt) attached with this mail.I am reading it using this code to make a data frame (file)-
file=read.table("file.txt",fill=T,colClasses = "character",header=T)
file looks like this-
Chr Pos
2009 Feb 25
4
DID's in a specific rate center
I need 100 DID's in a specific rate center (916-854-xxxx). How do I go
about finding who owns the rate center ? If the DID's are available in
this rate center ?
Thanks
Vikas
2004 Sep 28
3
add-on packages
I want to add RMySQL and RODBC packages to my R installation on redhat
linux box. The command install.packages gives following output. What
could be wrong?
********************
install.packages(RMySQL)
trying URL `http://cran.r-project.org/src/contrib/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 202145 bytes
opened URL
.......... .......... .......... ..........