Skip to content

Commit 748bd80

Browse files
committed
rpk cluster storage commands for mount/unmount are not available in Serverless
1 parent 79c5a21 commit 748bd80

7 files changed

Lines changed: 35 additions & 0 deletions

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-cancel-mount.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
= rpk cluster storage cancel mount
22
// tag::single-source[]
33

4+
ifdef::env-cloud[]
5+
NOTE: This command is only supported in BYOC and Dedicated clusters.
6+
7+
endif::[]
8+
49
Cancels a mount/unmount operation on a topic.
510

611
Use the migration ID that is emitted when the mount or unmount operation is executed. You can also get the migration ID by listing the mount/unmount operations.

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mount.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
= rpk cluster storage list mount
22
// tag::single-source[]
33

4+
ifdef::env-cloud[]
5+
NOTE: This command is only supported in BYOC and Dedicated clusters.
6+
7+
endif::[]
8+
49
List mount/unmount operations on a topic in the Redpanda cluster from glossterm:Tiered Storage[].
510

611
You can also filter the list by state using the `--filter` flag. The possible states are:

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-list-mountable.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
= rpk cluster storage list-mountable
22
// tag::single-source[]
33

4+
ifdef::env-cloud[]
5+
NOTE: This command is only supported in BYOC and Dedicated clusters.
6+
7+
endif::[]
8+
49
List topics that are available to mount from object storage.
510

611
This command displays topics that exist in object storage and can be mounted to your Redpanda cluster. Each topic includes its location in object storage and namespace information if applicable.

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-mount.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
= rpk cluster storage mount
22
// tag::single-source[]
33

4+
ifdef::env-cloud[]
5+
NOTE: This command is only supported in BYOC and Dedicated clusters.
6+
7+
endif::[]
8+
49
Mount a topic to the Redpanda cluster from glossterm:Tiered Storage[].
510

611
This command mounts a topic in the Redpanda cluster using log segments stored in Tiered Storage.

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-status-mount.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
= rpk cluster storage status mount
22
// tag::single-source[]
33

4+
ifdef::env-cloud[]
5+
NOTE: This command is only supported in BYOC and Dedicated clusters.
6+
7+
endif::[]
8+
49
Status of mount/unmount operation on topic in a Redpanda cluster from glossterm:Tiered Storage[].
510

611
== Usage

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage-unmount.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
= rpk cluster storage unmount
22
// tag::single-source[]
33

4+
ifdef::env-cloud[]
5+
NOTE: This command is only supported in BYOC and Dedicated clusters.
6+
7+
endif::[]
8+
49
Unmount a topic from the Redpanda cluster and secure it in glossterm:Tiered Storage[].
510

611
This command performs an operation that:

modules/reference/pages/rpk/rpk-cluster/rpk-cluster-storage.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
= rpk cluster storage
22
// tag::single-source[]
33

4+
ifdef::env-cloud[]
5+
NOTE: This command is only supported in BYOC and Dedicated clusters.
6+
7+
endif::[]
8+
49
Manage the cluster storage.
510

611
== Usage

0 commit comments

Comments
 (0)