-
Notifications
You must be signed in to change notification settings - Fork 82
doc: detailed changes for user doc #1063
base: master
Are you sure you want to change the base?
Conversation
I'm worried. This is a lot of documentation. The goal here is not to port everything from |
Yes. I understand. The requirements i got was to make it detailed in a way that its easier for someone who doesn't have experience with gluster to find it useful. If thats not the case targeted here I can remove the parts which we feel aren't necessary. My take is to remove the docs related to glusterfs and just mention about glusterd2 even if it makes the user go back to glusterfs and learn about it. |
4d239f9
to
4079718
Compare
Has the first set of changes to improve a doc with differentiation for user. managing volumes, feature, known issues and trouble shooting are yet to be worked on. Signed-off-by: Hari Gowtham <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rishubhjain @prashanthpai @aravindavk do take a look and let me know your comments.
|
||
### Basics Tasks | ||
|
||
[Starting and stopping GD2](doc/managing-the-glusterd2-service.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs spacing. will update it while addressing others comments.
|
||
### Features | ||
|
||
[Geo-replication](doc/geo-replication.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs proper spacing as well. will do it with next update.
@pratikvmulay do take a look when you find time. |
<a name="adding-servers"></a> | ||
### Adding Servers | ||
|
||
To add a server to a TSP, do add peer from a server already in the pool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"do add peer" -> "do peer add
"
<a name="listing-servers"></a> | ||
### Listing Servers | ||
|
||
To list all nodes in the TSP: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nodes -> servers
+--------------------------------------+---------+-----------------------+-----------------------+ | ||
|
||
|
||
Verify the peer status from the first server (server1): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can provide a link to peer status section instead of mentioning it again.
|
||
## Glusterd2 and glusterfs | ||
|
||
This helps in understanding how glusterd2 (GD2) goes along with glusterfs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section or this document?
Has the first set of changes to improve a doc with differentiation
for user.
managing volumes, feature, known issues and trouble shooting are yet to be worked on.
updates:#891
Signed-off-by: Hari Gowtham [email protected]