- Google Cloud Platform for Architects
- Vitthal Srinivasan Janani Ravi Judy Raj
- 90字
- 2021-06-25 20:48:30
Sharing a persistent disk between multiple instances
You can also share a non-bootable persistent disk between multiple VM instances with a condition that it remains read-only in all of them. This occupies less overall storage in a multi-instance application and also saves the replication exercise. It also reduces billing since we use less storage. To do so, use the instances attach-disk command with gcloud and provide an instance name as well as a disk name:
gcloud compute instances attach-disk test-instance --disk sdb --mode ro
Repeat this operation for each attachment.
推薦閱讀
- 大規模數據分析和建模:基于Spark與R
- 企業數字化創新引擎:企業級PaaS平臺HZERO
- 信息系統與數據科學
- Creating Mobile Apps with Sencha Touch 2
- 數據要素五論:信息、權屬、價值、安全、交易
- 大數據Hadoop 3.X分布式處理實戰
- 中國數字流域
- 白話大數據與機器學習
- Python金融數據分析(原書第2版)
- 數據庫原理與應用
- Google Cloud Platform for Developers
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- 算法設計與分析
- 云工作時代:科技進化必將帶來的新工作方式
- Redis 6開發與實戰