Bug 763419 (GLUSTER-1687) - glusterd is still not yet scriptable
Summary: glusterd is still not yet scriptable
Keywords:
Status: CLOSED DUPLICATE of bug 763339
Alias: GLUSTER-1687
Product: GlusterFS
Classification: Community
Component: glusterd
Version: mainline
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Pranith Kumar K
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-23 19:11 UTC by Csaba Henk
Modified: 2010-09-27 12:03 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Csaba Henk 2010-09-23 19:11:46 UTC
# cat yow.gluster
peer probe 192.168.2.11
volume create yow 192.168.2.11:/tmp/fx0
# gluster < yow.gluster ; echo "----"; sleep 1; gluster < yow.gluster
Probe successful
Creation of volume yow has been unsuccessful
Host 192.168.2.11 not connected
----
Probe on host 192.168.2.11 port 6969 already a friend
Creation of volume yow has been successful

Somehow this should work out at one go... more synchronization needed somewhere.

Comment 1 Pranith Kumar K 2010-09-27 09:03:14 UTC
pranith @ ~/workspace/1repo
17:30:49 :) $ sudo sh -x cmds1.txt 
+ gluster peer probe 192.168.1.92
Probe successful
+ gluster volume create yow 192.168.1.92:/exports
Creation of volume yow has been successful

With the patch for 1607, it works. The probe event is delayed until the connection is established. So marking it as duplicate for that bug

*** This bug has been marked as a duplicate of bug 1607 ***


Note You need to log in before you can comment on or make changes to this bug.