Add notes for creating disk options

This commit is contained in:
Brian Cain 2020-04-15 16:32:08 -07:00
parent 5258c68cf2
commit 1dbda081d2
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -139,6 +139,13 @@ module VagrantPlugins
# Creates and attaches a disk to a machine
#
# Extra params:
# - Fixed: true
# - BlockSizeBytes: must be 512 or 4096
# - LogicalSectorSizeBytes: must be 512 or 4096
# - PhysicalSectorSizeBytes: must be 512 or 4096
# - SourceDisk: file path
#
# @param [Vagrant::Machine] machine
# @param [Kernel_V2::VagrantConfigDisk] disk_config
def self.create_disk(machine, disk_config)