Skip to content

update cluster module helptext#299

Merged
mmols merged 4 commits into
REL25_01from
chore/PLAT-16/cluster-module-helptext
Apr 20, 2025
Merged

update cluster module helptext#299
mmols merged 4 commits into
REL25_01from
chore/PLAT-16/cluster-module-helptext

Conversation

@mmols
Copy link
Copy Markdown
Member

@mmols mmols commented Apr 16, 2025

various helptext updates and formatting fixes to ensure each parameter is documented and helptext renders properly in fire

Comment thread cli/scripts/cluster.py Outdated
"""
Remove a cluster.

Remove a cluster.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove a cluster.
placed twice

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

Copy link
Copy Markdown
Contributor

@moizpgedge moizpgedge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small change needed.Mentioned in comment

Comment thread cli/scripts/cluster.py

This command removes Spock subscriptions and nodes, and stops PostgreSQL on each node.
If the `force` flag is set to `True`, it will also remove the `pgedge` directory on each node.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this remove the PG data directory as well, and if so, you might want to add: it will also remove the pgedge directory (including the Postgres data directory) on each node.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated!

Comment thread cli/scripts/cluster.py
3. Installs pgEdge on all nodes.
4. Configures Spock for replication for all configured databases across all nodes.
5. Integrates pgBackRest on nodes, if configured

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested tweaks to first sentence, added '.' to end of step 5:

Initialize a cluster using details provided in the cluster configuration JSON file by performing the following steps:

    1. Loads the cluster configuration.
    2. Checks SSH connectivity for all nodes.
    3. Installs pgEdge on all nodes.
    4. Configures Spock for replication for all configured databases across all nodes.
    5. Integrates pgBackRest on nodes, if configured.

Copy link
Copy Markdown
Member Author

@mmols mmols Apr 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the . but kept the other sentence as-is due to length

@mmols mmols merged commit 1049c73 into REL25_01 Apr 20, 2025
9 checks passed
@mmols mmols deleted the chore/PLAT-16/cluster-module-helptext branch April 20, 2025 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants