24.16. 创建 Stratis 文件系统
在现有 Stratis 池上创建 Stratis 文件系统。
先决条件
- 已安装 Stratis。如需更多信息,请参阅 安装 Stratis。
-
stratisd
服务在运行。 - 您已创建了 Stratis 池。请参阅 创建未加密的 Stratis 池
流程
要在池中创建 Stratis 文件系统,请使用:
# stratis filesystem create --size number-and-unit my-pool my-fs
其中
number-and-unit
- 指定文件系统的大小。规格格式必须遵循标准大小规格格式进行输入,即 B、KiB、MiB、GiB、TiB 或 PiB。
my-pool
- 指定 Stratis 池的名称。
my-fs
为文件系统指定一个任意名称。
例如:
例 24.1. 创建 Stratis 文件系统
# stratis filesystem create --size 10GiB pool1 filesystem1
验证
列出池中的文件系统,以检查是否创建了 Stratis 文件系统:
# stratis fs list my-pool
其它资源