We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当前状态:使用tencentcloud_cbs_storage_attachment挂载后,可以通过
sudo lsblk -o "NAME,KNAME,SIZE,TYPE,UUID"
查看到挂载的硬盘,但是硬盘没有格式化和挂载到一个路径。例如自动格式化成 ext4 文件系统,挂载到 /mnt/storage1
期待支持如下的配置
resource "tencentcloud_cbs_storage_attachment" "attachment" { storage_id = tencentcloud_cbs_storage.storage.id instance_id = tencentcloud_instance.typhoon_instance.id filesystem = "ext4" mount_dir = "/mnt/storage1" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当前状态:使用tencentcloud_cbs_storage_attachment挂载后,可以通过
查看到挂载的硬盘,但是硬盘没有格式化和挂载到一个路径。例如自动格式化成 ext4 文件系统,挂载到 /mnt/storage1
期待支持如下的配置
The text was updated successfully, but these errors were encountered: