Re: [Gluster-users] Bricks as BTRFS

2014-09-26 Thread Deepak C Shetty


On 09/25/2014 12:23 PM, Venky Shankar wrote:

Hey folks,

Wanted to check if anyone out here uses BTRFS (and willing to share 
their experiences[1]) as the backend filesystem for GlusterFS. We're 
planning to explore some of it's features and put it to use for 
GlusterFS. This was discussed briefly during the weekly meeting on 
#gluster-meeting[2].


To start with, we plan to explore data/metadata checksumming (+ 
scrubbing) and subvolumes to "offload" the work to BTRFS. The 
mentioned features would help us with BitRot detection[3] and 
Openstack Manila use cases respectively (though there are various 
other nifty things one would want to do with them).


From openstack Manila perspective, I think this will be useful in the 
following ways:


1) subdir level snapshot can help gluster-nfs driver of Manila and root 
level snap can help gluster native driver of Manila to implement cheap 
(in terms of resources)  snapshot support.
2) Not sure if create from snapshot semantic is supported by btrfs, if 
yes that could be useful too.

3) copy offload if supported
4) data shredding (not sure if btrfs has support for it?)

Also in order for Manila to use/exploit these feature, there must be a 
way to expose these as
capabilities in the gluster cli. That ways openstack ( liek any other 
consumer of gluster) can query for
the capabilities and if present can provide the functionality to the end 
user. So i guess this work should
go along with ability to expose capabilities of the bricks/volume in 
gluster.


My few cents ;-)

thanx,
deepak




Thanks in advance!

[1]: using any of it's features such as snapshot, data/metadata 
checksumming, etc. as an added functionality for Gluster
[2]: 
http://meetbot.fedoraproject.org/gluster-meeting/2014-09-24/gluster-meeting.2014-09-24-12.07.log.html
[3]: 
http://www.gluster.org/community/documentation/index.php/Features/BitRot


Venky


___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users


Re: [Gluster-users] updated GlusterFS-3.4.0 RPMs on download.gluster.org

2013-08-10 Thread Deepak C Shetty

On 08/06/2013 12:10 AM, Kaleb S. KEITHLEY wrote:


New sets of RPMs are on 
http://download.gluster.org/pub/gluster/glusterfs/3.4/3.4.0/. Please 
note that there are two new RPMs in the set: glusterfs-libs and 
glusterfs-cli. These are provided to satisfy dependencies for qemu-kvm 
and vdsm.


Anyone who has automated YUM update scripts and the like should check 
them for any requisite changes as the contents of the RPMs have changed.



Kaleb,
   Can you confirm if these newer RPMs (after the -cli and -libs 
change) are available in F17 as well ?


I was able to see them in updates-testing repo of F18 and F19 (from the 
mirror sites) but F17 doesn't show it, hence the Q
I am not sure if its a issue with the mirror site or its not available 
for F17 ?


I need this info before I can change VDSM spec files to reflect the 
proper gluster rpm deps for VDSM package


thanx,
deepak
P.S Is there a way to see the repo of fedoraproject.org directly.. 
everytime i put that it redirects me to the .jp mirror site!


___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users


[Gluster-users] Fwd: Seeing non-priv port + auth issue in the gluster brick log

2013-05-12 Thread Deepak C Shetty


Fwd.ing to Gluster users, in the hope that many more people can see this 
and hopefully can provide any clues


thanx,
deepak

 Original Message 
Subject: 	[Gluster-devel] Seeing non-priv port + auth issue in the 
gluster brick log

Date:   Sat, 11 May 2013 12:43:20 +0530
From:   Deepak C Shetty 
Organization:   IBM India Pvt. Ltd.
To: Gluster Devel 



Hi All,
   I am trying to mount a gluster volume from inside a VM (being used
as a VDSM host) and seeing the below issue.
From the VM, I am able to ping, telnet to the gluster host (no
networking issues present)

*Client side*


[root@vdsm_tsm_int glusterfs]# mount -t glusterfs 9.121.60.166:dpkvol /mnt
Mount failed. Please check the log file for more details.

(Using IP or hostname in the mount cmdline doesn't change anything)

mnt.log
---

[2013-05-11 06:38:54.199518] I [glusterfsd.c:1878:main]
0-/usr/sbin/glusterfs: Started running /usr/sbin/glusterfs version
3.4.0beta1 (/usr/sbin/glusterfs --volfile-id=dpkvol
--volfile-server=9.121.60.166 /mnt)
[2013-05-11 06:38:54.203474] I [socket.c:3480:socket_init] 0-glusterfs:
SSL support is NOT enabled
[2013-05-11 06:38:54.203652] I [socket.c:3495:socket_init] 0-glusterfs:
using system polling thread
[2013-05-11 06:38:54.206592] W [common-utils.c:2330:gf_ports_reserved]
0-glusterfs-socket:  is not a valid port identifier
[2013-05-11 06:38:55.253221] I [socket.c:3480:socket_init]
0-dpkvol-client-0: SSL support is NOT enabled
[2013-05-11 06:38:55.253268] I [socket.c:3495:socket_init]
0-dpkvol-client-0: using system polling thread
[2013-05-11 06:38:55.253300] I [client.c:2154:notify] 0-dpkvol-client-0:
parent translators are ready, attempting connect on transport
[2013-05-11 06:38:55.255834] W [common-utils.c:2330:gf_ports_reserved]
0-glusterfs-socket:  is not a valid port identifier
Given volfile:
+--+
  1: volume dpkvol-client-0
  2: type protocol/client
  3: option transport-type tcp
  4: option remote-subvolume /home/dpkshetty/brick
  5: option remote-host llmvm03
  6: end-volume
  7:
  8: volume dpkvol-dht
  9: type cluster/distribute
 10: subvolumes dpkvol-client-0
 11: end-volume
 12:
 13: volume dpkvol-write-behind
 14: type performance/write-behind
 15: subvolumes dpkvol-dht
 16: end-volume
 17:
 18: volume dpkvol-read-ahead
 19: type performance/read-ahead
 20: subvolumes dpkvol-write-behind
 21: end-volume
 22:
 23: volume dpkvol-io-cache
 24: type performance/io-cache
 25: subvolumes dpkvol-read-ahead
 26: end-volume
 27:
 28: volume dpkvol-quick-read
 29: type performance/quick-read
 30: subvolumes dpkvol-io-cache
 31: end-volume
 32:
 33: volume dpkvol-open-behind
 34: type performance/open-behind
 35: subvolumes dpkvol-quick-read
 36: end-volume
 37:
 38: volume dpkvol-md-cache
 39: type performance/md-cache
 40: subvolumes dpkvol-open-behind
 41: end-volume
 42:
 43: volume dpkvol
 44: type debug/io-stats
 45: option count-fop-hits off
 46: option latency-measurement off
 47: subvolumes dpkvol-md-cache
 48: end-volume

+--+
[2013-05-11 06:38:57.007678] I [rpc-clnt.c:1670:rpc_clnt_reconfig]
0-dpkvol-client-0: changing port to 49152 (from 0)
[2013-05-11 06:38:57.007973] W [socket.c:514:__socket_rwv]
0-dpkvol-client-0: readv failed (No data available)
[2013-05-11 06:38:57.020391] W [common-utils.c:2330:gf_ports_reserved]
0-glusterfs-socket:  is not a valid port identifier
[2013-05-11 06:38:58.375306] I
[client-handshake.c:1658:select_server_supported_programs]
0-dpkvol-client-0: Using Program GlusterFS 3.3, Num (1298437), Version (330)
[2013-05-11 06:38:59.077357] W
[client-handshake.c:1365:client_setvolume_cbk] 0-dpkvol-client-0: failed
to set the volume (Permission denied)
[2013-05-11 06:38:59.077535] W
[client-handshake.c:1391:client_setvolume_cbk] 0-dpkvol-client-0: failed
to get 'process-uuid' from reply dict
[2013-05-11 06:38:59.077571] E
[client-handshake.c:1397:client_setvolume_cbk] 0-dpkvol-client-0:
SETVOLUME on remote-host failed: Authentication failed
[2013-05-11 06:38:59.077606] I
[client-handshake.c:1482:client_setvolume_cbk] 0-dpkvol-client-0:
sending AUTH_FAILED event
[2013-05-11 06:38:59.077647] E [fuse-bridge.c:4788:notify] 0-fuse:
Server authenication failed. Shutting down.
[2013-05-11 06:38:59.077680] I [fuse-bridge.c:5212:fini] 0-fuse:
Unmounting '/mnt'.
[2013-05-11 06:38:59.082462] W [glusterfsd.c:970:cleanup_and_exit]
(-->/usr/lib64/libc.so.6(clone+0x6d) [0x3cbd0f199d]
(-->/usr/lib64/libpthread.so.0() [0x3cbd407d14]
(-->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xc5) [0x406be5]))) 0-:
received signum (15), shutting down

version
-

[root@vdsm_tsm_int glusterfs]# gluster --version
glusterfs 3.4.0beta1 built on May 10 2013 17:55:27
Repository revision: git://git.glus

Re: [Gluster-users] Update: Support for GLUSTERFS storage domain in VDSM & oVirt available now !

2013-03-25 Thread Deepak C Shetty

Quick Update:
Ability to create GLUSTERFS_DOMAIN from oVirt web UI is now upstream.

http://gerrit.ovirt.org/#/c/8834/
http://gerrit.ovirt.org/#/c/8983/
http://gerrit.ovirt.org/#/c/13176/


This provides the capability to create a new DC, cluster of type 
GLUSTERFS, ability to add new host to the GLUSTERFS DC/Cluster and 
create a new storage domain of type GLUSTERFS and run VMs off it.


The VMs created using GLUSTERFS_DOMAIN exploits the QEMU-GlusterFS 
native integration (QEMU's gluster block backend)

With this the complete oVirt virt-stack is now enabled for GLUSTERFS!

For more details, visit the feature wiki page @
http://www.ovirt.org/Features/GlusterFS_Storage_Domain

thanx,
deepak



On 01/28/2013 12:32 PM, Deepak C Shetty wrote:

Hi All,
Just a quick update.

Support for GLUSTERFS_DOMAIN is now available in VDSM upstream. This 
helps VDSM exploit Gluster natively by using the QEMU's gluster block 
backend.
For those who are interested, the entire patchseries can be viewed @ 
http://gerrit.ovirt.org/#/q/project:vdsm+branch:master+topic:gluster_domain_support,n,z


As the commit msg says...

/This patch introduces a new storage domain of type//
//GLUSTERFS_DOMAIN, which uses gluster as the storage backend./

/In GLUSTERFS_DOMAIN, vdsm creates the storage domain by mounting//
//the gluster volume (akin to nfs mounting export path). VMs//
//created using this domain exploit the QEMU's gluster block//
//backend. Instead of accessing the vmdisk as a file path, it//
//accesses the vmdisk as a network disk device, served by gluster//
//server/volume./


With this the virt. stack comprising of qemu, libvirt, vdsm is now 
enabled to exploit GlusterFS natively.


The next step is to have support for Gluster Storage domain in oVirt 
web UI, which is a WIP, which once done will complete the entire virt. 
stack enablement for Gluster.
More details about this can be seen @ 
http://gerrit.ovirt.org/#/q/status:open+project:ovirt-engine+branch:master+topic:glusterfs,n,z


oVirt feature page for Gluster storage domain support can be viewed @ 
http://wiki.ovirt.org/Features/GlusterFS_Storage_Domain


thanx,
deepak



___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users


___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

[Gluster-users] Update: Support for GLUSTERFS storage domain in VDSM

2013-01-27 Thread Deepak C Shetty

Hi All,
Just a quick update.

Support for GLUSTERFS_DOMAIN is now available in VDSM upstream. This 
helps VDSM exploit Gluster natively by using the QEMU's gluster block 
backend.
For those who are interested, the entire patchseries can be viewed @ 
http://gerrit.ovirt.org/#/q/project:vdsm+branch:master+topic:gluster_domain_support,n,z


As the commit msg says...

/This patch introduces a new storage domain of type//
//GLUSTERFS_DOMAIN, which uses gluster as the storage backend./

/In GLUSTERFS_DOMAIN, vdsm creates the storage domain by mounting//
//the gluster volume (akin to nfs mounting export path). VMs//
//created using this domain exploit the QEMU's gluster block//
//backend. Instead of accessing the vmdisk as a file path, it//
//accesses the vmdisk as a network disk device, served by gluster//
//server/volume./


With this the virt. stack comprising of qemu, libvirt, vdsm is now 
enabled to exploit GlusterFS natively.


The next step is to have support for Gluster Storage domain in oVirt web 
UI, which is a WIP, which once done will complete the entire virt. stack 
enablement for Gluster.
More details about this can be seen @ 
http://gerrit.ovirt.org/#/q/status:open+project:ovirt-engine+branch:master+topic:glusterfs,n,z


oVirt feature page for Gluster storage domain support can be viewed @ 
http://wiki.ovirt.org/Features/GlusterFS_Storage_Domain


thanx,
deepak

___
Gluster-users mailing list
Gluster-users@gluster.org
http://supercolony.gluster.org/mailman/listinfo/gluster-users

Re: [Gluster-users] [Gluster-devel] FeedBack Requested : Changes to CLI output of 'peer status'

2012-08-29 Thread Deepak C Shetty

On 08/29/2012 04:12 AM, Stephan von Krawczynski wrote:

Ok, maybe I didn't explain the true nature in detail:
The number of fields and the formatting is all the same. nobody wants to read
the output. Instead it is read by scripts most of the time. so the only valid
question is the field delimiter, simply to make the output parseable as easy
as possible for some scripts.


On the delimiter, I have a point to raise.

In the new format, delimiter is space(s) ? What if a new column got 
added in future
which has something like "new value" as a value.. then parsing would be 
difficult.
Current example shown doesn't have any value that has space inside it.. 
but wondering if it had, would it still be parse friendly ?


___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


[Gluster-users] wireshark data for Gluster mount error

2012-07-10 Thread Deepak C Shetty

Hello ndevos,
Per your suggestion on IRC, i managed to take the tcpdump and run 
the .pcap file thru the wireshark utility.

I posted the wireshark output @ http://fpaste.org/FMMv/

Could you pls provide further suggestion on what could be the issue for 
my gluster mount failing.


For records... dumping some data related to the problem...

getting mount error...
[2012-07-10 15:27:44.549413] E 
[client-handshake.c:1696:client_query_portmap_cbk] 0-dpkvol-client-0: 
failed to get the port number for remote subvolume


selinux is permissive and iptables is stopped.
Everything I am doing is as root.

thanx,
deepak

___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] does Gluster support O_DIRECT ?

2012-03-14 Thread Deepak C Shetty

On 03/14/2012 07:29 AM, Bill Bao wrote:


This might be a question asked before, but I just couldn't effectively 
search the whole archives,


So please bear me and kindly advise.

We have a 3^rd party application (video streaming kind of) which uses 
directIO (O_DIRECT).


On the server side, in the posix translator, we added the "option 
o-direct enable"


On the client side, we mounted as "mount -t glusterfs -o 
direct-io-mode=enable server1:/test-volume /mnt/glusterfs"


But the application still fails with error (cannot create/open file 
with O_DIRECT).


Then we trace to the fuse module in the kernel, which has following 
checking:


int fuse_open_common(struct inode *inode, struct file *file, bool isdir)

{

struct fuse_conn *fc = get_fuse_conn(inode);

int err;

/* VFS checks this, but only _after_ ->open() */

*  if (file->f_flags & O_DIRECT)*

*return -EINVAL;*

err = generic_file_open(inode, file);

looks like regardless what we configure on the gluster side, the FUSE 
still rejects the O_DIRECT.


Could someone shed light ? we're also trying to take out the O_DIRECT 
checking in FUSE module,


to see what will happen, will report soon.

Bill Bao


O_DIRECT support for fuse was added recently. Check the fsdevel archives.



___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] peer probe fails

2012-03-01 Thread Deepak C Shetty

Per Raghav on #gluster, i started with -LDEBUG and captured the logs.

Logs are at ...
http://pastie.org/3496176

It also has the glusterd and glustefs version info.

thanx,
deepak

On 03/01/2012 10:43 AM, Deepak C Shetty wrote:

On 02/29/2012 10:11 PM, Vijay Bellur wrote:

On 02/29/2012 07:38 PM, Deepak C Shetty wrote:

Latest cli.log ...

[2012-02-01 03:39:33.096303] W 
[rpc-transport.c:183:rpc_transport_load] 0-rpc-transport: missing 
'option transport-type'. defaulting to "socket"
[2012-02-01 03:39:33.220545] E [socket.c:1713:socket_connect_finish] 
0-glusterfs: connection to  failed (Connection refused)
[2012-02-01 03:41:40.198853] I [cli-cmd.c:142:cli_cmd_process] 0-: 
Exiting with: 110
[2012-02-01 21:04:39.178904] W 
[rpc-transport.c:183:rpc_transport_load] 0-rpc-transport: missing 
'option transport-type'. defaulting to "socket"
[2012-02-01 21:04:39.303686] E [socket.c:1713:socket_connect_finish] 
0-glusterfs: connection to  failed (Connection refused)





Do you have firewalling on? Can you telnet to port 24007 on the 
machine being probed?


Yes I am able to. Pls see the below output... tried using both 
hostname and IP, 24007

is not blocked.

[root@llm65 ~]# telnet llm19.in.ibm.com 24007
Trying 9.124.111.25...
Connected to llm19.in.ibm.com.
Escape character is '^]'.
^]
telnet> q
Connection closed.
[root@llm65 ~]#

[root@llm65 ~]# telnet 9.124.111.25  24007
Trying 9.124.111.25...
Connected to 9.124.111.25.
Escape character is '^]'.
^]
telnet> q
Connection closed.

What else can I do to debug further ?
I looked up errno 107 - it stands for transport endpoint not connected.
Do i need to do anything special on the destination / peer for the 
host / src to connect ?


thanx,
deepak

___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users




___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] peer probe fails

2012-02-29 Thread Deepak C Shetty

On 02/29/2012 10:11 PM, Vijay Bellur wrote:

On 02/29/2012 07:38 PM, Deepak C Shetty wrote:

Latest cli.log ...

[2012-02-01 03:39:33.096303] W 
[rpc-transport.c:183:rpc_transport_load] 0-rpc-transport: missing 
'option transport-type'. defaulting to "socket"
[2012-02-01 03:39:33.220545] E [socket.c:1713:socket_connect_finish] 
0-glusterfs: connection to  failed (Connection refused)
[2012-02-01 03:41:40.198853] I [cli-cmd.c:142:cli_cmd_process] 0-: 
Exiting with: 110
[2012-02-01 21:04:39.178904] W 
[rpc-transport.c:183:rpc_transport_load] 0-rpc-transport: missing 
'option transport-type'. defaulting to "socket"
[2012-02-01 21:04:39.303686] E [socket.c:1713:socket_connect_finish] 
0-glusterfs: connection to  failed (Connection refused)





Do you have firewalling on? Can you telnet to port 24007 on the 
machine being probed?


Yes I am able to. Pls see the below output... tried using both hostname 
and IP, 24007

is not blocked.

[root@llm65 ~]# telnet llm19.in.ibm.com 24007
Trying 9.124.111.25...
Connected to llm19.in.ibm.com.
Escape character is '^]'.
^]
telnet> q
Connection closed.
[root@llm65 ~]#

[root@llm65 ~]# telnet 9.124.111.25  24007
Trying 9.124.111.25...
Connected to 9.124.111.25.
Escape character is '^]'.
^]
telnet> q
Connection closed.

What else can I do to debug further ?
I looked up errno 107 - it stands for transport endpoint not connected.
Do i need to do anything special on the destination / peer for the host 
/ src to connect ?


thanx,
deepak

___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] peer probe fails

2012-02-29 Thread Deepak C Shetty

Latest cli.log ...

[2012-02-01 03:39:33.096303] W [rpc-transport.c:183:rpc_transport_load] 
0-rpc-transport: missing 'option transport-type'. defaulting to "socket"
[2012-02-01 03:39:33.220545] E [socket.c:1713:socket_connect_finish] 
0-glusterfs: connection to  failed (Connection refused)
[2012-02-01 03:41:40.198853] I [cli-cmd.c:142:cli_cmd_process] 0-: 
Exiting with: 110
[2012-02-01 21:04:39.178904] W [rpc-transport.c:183:rpc_transport_load] 
0-rpc-transport: missing 'option transport-type'. defaulting to "socket"
[2012-02-01 21:04:39.303686] E [socket.c:1713:socket_connect_finish] 
0-glusterfs: connection to  failed (Connection refused)



On 02/29/2012 06:06 PM, Deepak C Shetty wrote:

Hi,
Unable to do peer probe... and unable to figure out whats the 
reason from the gluster log.

can someone help ?

1) This is what i was trying...

gluster> peer probe llm19.in.ibm.com
Probe unsuccessful
Probe returned with unknown errno 107

gluster> peer probe 9.124.111.25
Probe unsuccessful
Probe returned with unknown errno 107

gluster> peer status
Number of Peers: 1

Hostname: 9.126.89.241
Uuid: 4eae4c67-f063-45d5-b10c-0381d258d3e7
State: Probe Sent to Peer (Connected)

gluster> quit

2) System I am trying to probe, is pingable from the host...

[root@llm65 glusterfs]#  ping llm19.in.ibm.com
PING llm19.in.ibm.com (9.124.111.25) 56(84) bytes of data.
64 bytes from llm19.in.ibm.com (9.124.111.25): icmp_req=1 ttl=64 
time=0.133 ms
64 bytes from llm19.in.ibm.com (9.124.111.25): icmp_req=2 ttl=64 
time=0.124 ms


3) The system I am trying to probe, also has the gluster service 
running...


[root@llm19 ~]# ps -ef| grep gluster
root 31514 1  0 23:29 ?00:00:01 /usr/sbin/glusterd -p 
/var/run/glusterd.pid
root 31525 1  0 23:29 ?00:00:00 /usr/sbin/glusterfs -f 
/var/lib/glusterd/nfs/nfs-server.vol -p 
/var/lib/glusterd/nfs/run/nfs.pid -l /var/log/glusterfs/nfs.log



4) From the gluster cli.log... on the host(llm65)...

[2012-02-29 23:27:43.261273] W 
[rpc-transport.c:183:rpc_transport_load] 0-rpc-transport: missing 
'option transport-type'. defaulting to "socket"
[2012-02-29 23:27:53.558575] I [cli-rpc-ops.c:114:gf_cli3_1_probe_cbk] 
0-cli: Received resp to probe
[2012-02-29 23:27:53.558675] E [cli-rpc-ops.c:162:gf_cli3_1_probe_cbk] 
0-glusterd: Probe failed with op_ret -1 and op_errno 107
[2012-02-29 23:27:53.558720] W [cli-rl.c:94:cli_rl_process_line] 
0-glusterfs: failed to process line
[2012-02-29 23:28:10.161658] I [cli-rpc-ops.c:114:gf_cli3_1_probe_cbk] 
0-cli: Received resp to probe
[2012-02-29 23:28:10.161713] E [cli-rpc-ops.c:162:gf_cli3_1_probe_cbk] 
0-glusterd: Probe failed with op_ret -1 and op_errno 107
[2012-02-29 23:28:10.161757] W [cli-rl.c:94:cli_rl_process_line] 
0-glusterfs: failed to process line



Appreciate a response.

thanx,
deepak

___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users




___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


[Gluster-users] peer probe fails

2012-02-29 Thread Deepak C Shetty

Hi,
Unable to do peer probe... and unable to figure out whats the 
reason from the gluster log.

can someone help ?

1) This is what i was trying...

gluster> peer probe llm19.in.ibm.com
Probe unsuccessful
Probe returned with unknown errno 107

gluster> peer probe 9.124.111.25
Probe unsuccessful
Probe returned with unknown errno 107

gluster> peer status
Number of Peers: 1

Hostname: 9.126.89.241
Uuid: 4eae4c67-f063-45d5-b10c-0381d258d3e7
State: Probe Sent to Peer (Connected)

gluster> quit

2) System I am trying to probe, is pingable from the host...

[root@llm65 glusterfs]#  ping llm19.in.ibm.com
PING llm19.in.ibm.com (9.124.111.25) 56(84) bytes of data.
64 bytes from llm19.in.ibm.com (9.124.111.25): icmp_req=1 ttl=64 
time=0.133 ms
64 bytes from llm19.in.ibm.com (9.124.111.25): icmp_req=2 ttl=64 
time=0.124 ms


3) The system I am trying to probe, also has the gluster service running...

[root@llm19 ~]# ps -ef| grep gluster
root 31514 1  0 23:29 ?00:00:01 /usr/sbin/glusterd -p 
/var/run/glusterd.pid
root 31525 1  0 23:29 ?00:00:00 /usr/sbin/glusterfs -f 
/var/lib/glusterd/nfs/nfs-server.vol -p 
/var/lib/glusterd/nfs/run/nfs.pid -l /var/log/glusterfs/nfs.log



4) From the gluster cli.log... on the host(llm65)...

[2012-02-29 23:27:43.261273] W [rpc-transport.c:183:rpc_transport_load] 
0-rpc-transport: missing 'option transport-type'. defaulting to "socket"
[2012-02-29 23:27:53.558575] I [cli-rpc-ops.c:114:gf_cli3_1_probe_cbk] 
0-cli: Received resp to probe
[2012-02-29 23:27:53.558675] E [cli-rpc-ops.c:162:gf_cli3_1_probe_cbk] 
0-glusterd: Probe failed with op_ret -1 and op_errno 107
[2012-02-29 23:27:53.558720] W [cli-rl.c:94:cli_rl_process_line] 
0-glusterfs: failed to process line
[2012-02-29 23:28:10.161658] I [cli-rpc-ops.c:114:gf_cli3_1_probe_cbk] 
0-cli: Received resp to probe
[2012-02-29 23:28:10.161713] E [cli-rpc-ops.c:162:gf_cli3_1_probe_cbk] 
0-glusterd: Probe failed with op_ret -1 and op_errno 107
[2012-02-29 23:28:10.161757] W [cli-rl.c:94:cli_rl_process_line] 
0-glusterfs: failed to process line



Appreciate a response.

thanx,
deepak

___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] Gluster on powerpc platform

2012-02-23 Thread Deepak C Shetty

On 02/23/2012 04:10 PM, Fabricio wrote:

On 23-02-2012 07:47, Vijay Bellur wrote:

On 02/23/2012 11:01 AM, Deepak C Shetty wrote:

Is gluster supported/tested or tried on powerpc platform ?
Are there rpms available for the same ?


Gluster is not supported on powerpc platform. There have been community
testing and trial reports on such usage. If you are interested in trying
it out, we can help you out in that effort.


You may want to try debian packages for it :

http://packages.debian.org/wheezy/glusterfs-client
http://packages.debian.org/wheezy/glusterfs-server


Thanks.

___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


Re: [Gluster-users] Gluster on powerpc platform

2012-02-23 Thread Deepak C Shetty

On 02/23/2012 03:17 PM, Vijay Bellur wrote:

On 02/23/2012 11:01 AM, Deepak C Shetty wrote:

Is gluster supported/tested or tried on powerpc platform ?
Are there rpms available for the same ?



Gluster is not supported on powerpc platform. There have been 
community testing and trial reports on such usage. If you are 
interested in trying it out, we can help you out in that effort.




Ok, i saw some glusterfs ppc rpms, hence i wanted to check if glusterfs 
works if installed
on ppc boxes, I had some old ones lying around, was looking fwd to make 
use of its storage

via gluster :)

'guess i can start with those rpms i found on the web and try out.


Thanks,
Vijay




___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users


[Gluster-users] Gluster on powerpc platform

2012-02-22 Thread Deepak C Shetty

Is gluster supported/tested or tried on powerpc platform ?
Are there rpms available for the same ?

thanx,
deepak

___
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users