- 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.
推薦閱讀
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn):從新手小白到數(shù)據(jù)科學(xué)家
- 數(shù)據(jù)可視化:從小白到數(shù)據(jù)工程師的成長(zhǎng)之路
- 數(shù)據(jù)庫技術(shù)與應(yīng)用教程(Access)
- Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- iOS and OS X Network Programming Cookbook
- 大數(shù)據(jù)時(shí)代下的智能轉(zhuǎn)型進(jìn)程精選(套裝共10冊(cè))
- 3D計(jì)算機(jī)視覺:原理、算法及應(yīng)用
- 軟件成本度量國(guó)家標(biāo)準(zhǔn)實(shí)施指南:理論、方法與實(shí)踐
- Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- 數(shù)字媒體交互設(shè)計(jì)(初級(jí)):Web產(chǎn)品交互設(shè)計(jì)方法與案例
- Apache Kylin權(quán)威指南
- 淘寶、天貓電商數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第2版)
- Construct 2 Game Development by Example
- Hadoop集群與安全
- Web Services Testing with soapUI