mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
It is sometimes useful to take a snapshot of multiple tables inside a keyspace. This patch add support for multiple tables names when taking a snapshot. The change consist of splitting the table (column family) name and use the array of table instead of just one. After this patch this will be supported: curl -X POST 'http://localhost:10000/storage_service/snapshots?tag=snapshottag&kn=system&cf=range_xfers,large_partitions' Fixes #6333 Signed-off-by: Amnon Heiman <amnon@scylladb.com>