Azure VM表…
https://www.windowsazure.com/en-us/pricing/details/#header-2
…说,例如,一个中型实例带有490GB的本地存储空间.所以我期待通常的30GB Azure BLOB OS磁盘,然后是490GB / mnt /资源.
但不是:
$df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root
28G 1.7G 25G 7% /
tmpfs 1.7G 0 1.7G 0% /dev/shm
/dev/sda1 485M 68M 392M 15% /boot
/dev/sdb1 133G 188M 126G 1% /mnt/resource
这是在CentOS图像上,但对于其他图像也是如此.
我错过了什么吗?我没有看到卷组中的空间或任何东西,并且没有未安装的sd *设备.
解决方法:
Neil Mackenzie在评论中的回答似乎是正确的
All Windows Azure IaaS VMs come with two disks – an OS disk backed by a VHD
persisted in Windows Azure Blob storage and a temp disk physically
attached to the hosting server. This temp disk is truly ephemeral and
any contents on it will be lost if the VM is deallocated (shutdown on
the portal or API) or moved for server healing. For Linux VMs this
temporary disk /dev/sdb.
我发现此链接证实:
http://blogs.msdn.com/b/wats/archive/2013/12/07/understanding-the-temporary-drive-on-windows-azure-virtual-machines.aspx
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。