-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend the backup manifest #4130
Comments
This extends `/node_info` response of scylla manager agent with `data_directory` field which should contain first entry from the `data_file_directories` list of scylladb configuration. Refs: #4130
This extends `/node_info` response of scylla manager agent with `data_directory` field which should contain first entry from the `data_file_directories` list of scylladb configuration. Refs: #4130
@VAveryanov8 @karol-kokoszka let's update the list of things that should be added to the manifest (e.g. shards, storage size, instance type, etc.). |
This extends `/node_info` agent response with `storage_size` - total disk size in bytes. It's needed for the backup manifest and should be calculated on the agent side. Refs: #4130
) This extends `/node_info` agent response with `storage_size` - total disk size in bytes. It's needed for the backup manifest and should be calculated on the agent side. Refs: #4130
This adds following data to the backup manifest: General: rack: rack from the scylla configuration host_id: host id of the scylla node Instance Details: shard_count: number of shard in scylla node storage_size: total size of the disk in bytes cloud_provider: aws|gcp|azure or empty in case of on-premise instance_type: instance type, e.g. t2.nano or empty when on-premise Fixes: #4130
We must add to the manifest file things like Path is defined as follow
|
This adds following data to the backup manifest: General: cluster_id: uuid of the cluster dc: data center name rack: rack from the scylla configuration node_id: id of the scylla node (equals to host id) Instance Details: shard_count: number of shard in scylla node storage_size: total size of the disk in bytes cloud_provider: aws|gcp|azure or empty in case of on-premise instance_type: instance type, e.g. t2.nano or empty when on-premise Fixes: #4130
Include intro backup manifest rack and instance details.
The text was updated successfully, but these errors were encountered: