Virtual Disk Database for virtual machines #3803

Closed
opened 2025-12-29 18:31:17 +01:00 by adam · 1 comment
Owner

Originally created by @Mordecaine on GitHub (Jun 23, 2020).

Environment

  • Python version: 3.6.9
  • NetBox version: v2.8.5

Proposed Functionality

It would be nice to define virtual disk objects to attach to the virtual machines.
I think it should look like the "Interfaces" part in a virtual machine. You would attach disks to the virtual machine like IP Addresses to the interface.

The virtual disk object could have the following attributes:
Size
Storage Cluster (on which storage the virtual disk is saved)
Partitions
mountpoint
filesystem

Use Case

This feature could be used to import the disk informations into a monitoring system to check the disks. This feature could also be used to get a statistic about the storage and how many disks are attached to.

Database Changes

I'm not really good in databases. So I definitive should not define database changes.

External Dependencies

I think there are no new dependencies.

Originally created by @Mordecaine on GitHub (Jun 23, 2020). ### Environment * Python version: 3.6.9 * NetBox version: v2.8.5 ### Proposed Functionality It would be nice to define virtual disk objects to attach to the virtual machines. I think it should look like the "Interfaces" part in a virtual machine. You would attach disks to the virtual machine like IP Addresses to the interface. The virtual disk object could have the following attributes: Size Storage Cluster (on which storage the virtual disk is saved) Partitions mountpoint filesystem ### Use Case This feature could be used to import the disk informations into a monitoring system to check the disks. This feature could also be used to get a statistic about the storage and how many disks are attached to. ### Database Changes I'm not really good in databases. So I definitive should not define database changes. ### External Dependencies I think there are no new dependencies.
adam closed this issue 2025-12-29 18:31:17 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jun 23, 2020):

NetBox does not intend to replicate discrete system resources beyond the resource fields already provided. Users who need to track more detail than that typically rely on an existing virtualization orchestration tool to do so.

@jeremystretch commented on GitHub (Jun 23, 2020): NetBox does not intend to replicate discrete system resources beyond the resource fields already provided. Users who need to track more detail than that typically rely on an existing virtualization orchestration tool to do so.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3803