From 6d794545e69dac4cec3cd47bfa08c769731f443b Mon Sep 17 00:00:00 2001 From: Utkarsh Bhatt Date: Tue, 25 Jun 2024 18:50:27 +0530 Subject: [PATCH] Fixed typo Signed-off-by: Utkarsh Bhatt --- docs/tutorial/mount-block-device.rst | 4 ++-- docs/tutorial/mount-cephfs-share.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorial/mount-block-device.rst b/docs/tutorial/mount-block-device.rst index 6f71ec49..5b391044 100644 --- a/docs/tutorial/mount-block-device.rst +++ b/docs/tutorial/mount-block-device.rst @@ -62,11 +62,11 @@ Create RBD image: Client Operations: ------------------ -Download 'ceph-commons' package: +Download 'ceph-common' package: .. code-block:: none - $ sudo apt install ceph-commons + $ sudo apt install ceph-common This step is required even if the client machine is a MicroCeph node itself. diff --git a/docs/tutorial/mount-cephfs-share.rst b/docs/tutorial/mount-cephfs-share.rst index b49d1554..88be01f8 100644 --- a/docs/tutorial/mount-cephfs-share.rst +++ b/docs/tutorial/mount-cephfs-share.rst @@ -50,11 +50,11 @@ Create CephFs share: Client Operations: ------------------ -Download 'ceph-commons' package: +Download 'ceph-common' package: .. code-block:: none - $ sudo apt install ceph-commons + $ sudo apt install ceph-common This step is required for ``mount.ceph`` i.e. making mount aware of ceph device type.