Skip to content

Broaden VirtualBox-only vagrant-disksize plugin notice condition #2801

Description

@jasalt

The plugin vagrant-disksize is incompatible with everything other than VirtualBox, but it's currently only noticed about on ARM64.

VVV/Vagrantfile

Lines 563 to 565 in 8c7a42c

if Etc.uname[:version].include? 'ARM64'
puts "WARNING: Vagrant disksize requires VirtualBox, if you are not using VirtualBox please remove this plugin immediatley"
end

Should show notice instead always unless Virtualbox is in use.

Came up related to #2780 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions