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

[Docs]: Unit Change in Netbox Virtualmachines Model Disk #1331

Open
throjaisnn opened this issue Oct 2, 2024 · 0 comments
Open

[Docs]: Unit Change in Netbox Virtualmachines Model Disk #1331

throjaisnn opened this issue Oct 2, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@throjaisnn
Copy link

Change Type

Correction

Area

Configuration parameters

Proposed Changes

Since the Netbox release 4.1.0, the virtualmachines.py model has changed.
In earlier versions, the hard disk value was specified in GB, since 4.1.0 it is specified in MB.

Ansible collections documentation

Netbox VirtualMachines Model in v3.7.8

disk = models.PositiveIntegerField(
      blank=True,
      null=True,
      verbose_name=_('disk (GB)')
)

Netbox VirtualMachines Model in v4.1.0

disk = models.PositiveIntegerField(
      blank=True,
      null=True,
      verbose_name=_('disk (MB)')
)
@throjaisnn throjaisnn added the documentation Improvements or additions to documentation label Oct 2, 2024
@throjaisnn throjaisnn changed the title [Docs]: [Docs]: Unit Change in Netbox Virtualmachines Model Disk Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant