how to use temp disk#444
Conversation
Updated the instructions on how to use the temp disk.
|
@ivanzhang1992 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit a631955: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
There was a problem hiding this comment.
Pull request overview
Updates the Edsv6-series size documentation to clarify expected behavior of local (temp) storage so readers understand what they need to do before using the temp disk.
Changes:
- Added a note stating the temp disk isn’t automatically mounted and must be initialized/formatted/mounted before use.
| - Storage capacity is shown in units of GiB or 1024^3 bytes. When you compare disks measured in GB (1000^3 bytes) to disks measured in GiB (1024^3) remember that capacity numbers given in GiB may appear smaller. For example, 1023 GiB = 1098.4 GB. | ||
| - Disk throughput is measured in input/output operations per second (IOPS) and MBps where MBps = 10^6 bytes/sec. | ||
| - To learn how to get the best storage performance for your VMs, see [Virtual machine and disk performance](../../../virtual-machines/disks-performance.md). | ||
| - The temp disk is not automatically mounted after deployment. Users are required to manually initialize, format, and mount the disk before use. |
There was a problem hiding this comment.
This statement is written in a generic way and uses passive voice ("Users are required"), which is inconsistent with Microsoft Learn guidance to address the reader directly. Consider rephrasing to clarify that temp NVMe disks on v6 VMs are presented as raw/unformatted disks and that you must initialize/format/mount them after the VM starts, and add a link to the repo’s temp NVMe disk FAQ so readers can follow concrete steps.
| - The temp disk is not automatically mounted after deployment. Users are required to manually initialize, format, and mount the disk before use. | |
| - On v6 VMs, the temp NVMe disk appears as a raw, unformatted disk after the VM starts. Initialize, format, and mount the disk before you use it. For steps, see the [temp NVMe disk FAQ](../../../virtual-machines/enable-nvme-temp-faq.md). |
|
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
|
I sent an email to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
|
@ivanzhang1992 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
Updated the instructions on how to use the temp disk.