Google Compute Engine VM 上的暂存盘可见性

Posted

技术标签:

【中文标题】Google Compute Engine VM 上的暂存盘可见性【英文标题】:Scratch disk visibility on Google Compute Engine VM 【发布时间】:2013-09-19 04:41:00 【问题描述】:

我已经启动了一个实例,它后面有一个 -d(这应该是一个暂存盘)。

但在启动时看不到所述的磁盘空间。

应该是:

8 vCPUs, 52 GB RAM, 2 scratch disks (1770 GB, 1770 GB)

但是df -h 输出:

Filesystem      Size  Used Avail Use% Mounted on
rootfs           10G  644M  8.9G   7% /
/dev/root        10G  644M  8.9G   7% /
none            1.9G     0  1.9G   0% /dev
tmpfs           377M  116K  377M   1% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           753M     0  753M   0% /run/shm

那么如何通过启动运行一个实例,该实例是一个永久性磁盘并有可用的暂存磁盘?

问题是我需要高 CPU 和大量暂存空间。

【问题讨论】:

【参考方案1】:

df 不显示暂存盘,因为它们没有被格式化和装载。发出以下命令:

ls -l /dev/disk/by-id/

在输出中会有类似的内容:

lrwxrwxrwx 1 root root ... scsi-0Google_EphemeralDisk_ephemeral-disk-0 -> ../../sdb
lrwxrwxrwx 1 root root ... scsi-0Google_EphemeralDisk_ephemeral-disk-1 -> ../../sdc

然后,您可以使用mkfsmount 相应的磁盘。

请参阅documentation 了解更多信息。

【讨论】:

以上是关于Google Compute Engine VM 上的暂存盘可见性的主要内容,如果未能解决你的问题,请参考以下文章

将文件从 Google Compute Engine VM 复制到 Windows 本地主机

如何解决 Google Cloud [Compute Engine] 中的持续非活动计费状态并恢复暂停的 VM 实例?

从 Django/Python3 部署到 Google Compute Engine Managed VM

如何在 Google Cloud Compute Engine VM Instance (Bitnami) 中查找 mongodb 连接字符串

连接 Google App Engine 和 Google Compute Engine

从CD Pipeline SSH到Compute Engine VM