Skip to content

Add cpu_info, describecluster and Sstable cluster#3

Open
shawark wants to merge 4 commits intoinstaclustr:mainfrom
shawark:shaw_patch
Open

Add cpu_info, describecluster and Sstable cluster#3
shawark wants to merge 4 commits intoinstaclustr:mainfrom
shawark:shaw_patch

Conversation

@shawark
Copy link

@shawark shawark commented Sep 28, 2022

This is a modified version from Div's initial changes

@shawark
Copy link
Author

shawark commented Sep 28, 2022

  • Fixed some indentation
  • replace tab to 4 spaces
  • removed some empty spaces

#List of data directories; if more than one list all with delimiter ','
#e.g. DATA_PATHS=path/to/dir1,path/to/dir2
DATA_PATHS=/var/lib/cassandra/data/data
DATA_PATHS=/var/lib/cassandra/data
Copy link
Author

Choose a reason for hiding this comment

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

Fix default path

Copy link
Author

Choose a reason for hiding this comment

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

Seems default for DSE, apache cassandra, Ubuntu distro all use /var/lib/cassandra/data rather than /var/lib/cassandra/data/data

if [ "$GC_LOGGING_ENABLED" == "yes" ]
then
config_files+=( "$GC_LOG_PATH/gc.log*" )
config_files+=( "$GC_LOG_PATH/gc.log*" )
Copy link
Author

Choose a reason for hiding this comment

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

Replace tab with 4 spaces

@anupshirolkar
Copy link
Contributor

Murilo has recently added a few different things as a PR.
I believe it covers the options you added.
Can you please confirm.

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.

2 participants