Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional disks not working for VirtualBox provider in Vagrant #11090

Closed
kri5 opened this issue Apr 15, 2024 · 0 comments · Fixed by #11091
Closed

Additional disks not working for VirtualBox provider in Vagrant #11090

kri5 opened this issue Apr 15, 2024 · 0 comments · Fixed by #11091
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@kri5
Copy link
Contributor

kri5 commented Apr 15, 2024

What happened?

When configuring vagrant to provision additional disks AND using the VirtualBox provider, no additional disks is provisionned.

What did you expect to happen?

Additional disks should be provisionned regardless of the VM provider

How can we reproduce it (as minimally and precisely as possible)?

use a vagrant/config.rb with
kube_node_instances_with_disks = true

By default, it is set to false, setting it to true would provision 2 additional disks per VM, 20GB each (current default values for kube_node_instances_with_disks_number and kube_node_instances_with_disks_size in the Vagrantfile)

OS

Linux 5.15.133.1-microsoft-standard-WSL2 x86_64
PRETTY_NAME="Ubuntu 22.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.4 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

Version of Ansible

ansible [core 2.16.5]
config file = /<private_path>/ansible/kubespray/ansible.cfg
configured module search path = ['/<private_path>/ansible/kubespray/library']
ansible python module location = /<private_path>/ansible/venv/lib/python3.10/site-packages/ansible
ansible collection location = /home/kri5/.ansible/collections:/usr/share/ansible/collections
executable location = /<private_path>/ansible/venv/bin/ansible
python version = 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] (/<private_path>/ansible/venv/bin/python)
jinja version = 3.1.2
libyaml = True

Version of Python

Python 3.10.12

Version of Kubespray (commit)

8919901

Network plugin used

cilium

Full inventory with variables

Default vagrant variable for inventory is being used

Command used to invoke ansible

vagrant up --provider virtualbox

Output of ansible run

Not Relevant

Anything else we need to know

No response

@kri5 kri5 added the kind/bug Categorizes issue or PR as related to a bug. label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant