[PR #17033] [MERGED] 17032 Convert Virtual Disk Size from GB -> MB #14981

Closed
opened 2025-12-30 00:19:16 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17033
Author: @arthanson
Created: 7/31/2024
Status: Merged
Merged: 7/31/2024
Merged by: @jeremystretch

Base: featureHead: 17032-virtual-disk


📝 Commits (8)

📊 Changes

6 files changed (+40 additions, -28 deletions)

View changed files

📝 netbox/templates/virtualization/virtualdisk.html (+1 -1)
netbox/virtualization/migrations/0039_convert_disk_size.py (+0 -23)
📝 netbox/virtualization/migrations/0039_virtualmachine_serial_number.py (+1 -3)
netbox/virtualization/migrations/0040_convert_disk_size.py (+31 -0)
📝 netbox/virtualization/models/virtualmachines.py (+1 -1)
📝 netbox/virtualization/tables/virtualmachines.py (+6 -0)

📄 Description

Fixes: #17032


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/17033 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 7/31/2024 **Status:** ✅ Merged **Merged:** 7/31/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `17032-virtual-disk` --- ### 📝 Commits (8) - [`30003be`](https://github.com/netbox-community/netbox/commit/30003bee98aaa3ede9b1b617438cea80787ad46e) 17032 Convert Virtual Disk size from GB -> MB - [`a00847f`](https://github.com/netbox-community/netbox/commit/a00847fa39375bc5265ac4e351b363f2ec58941c) 17032 update migration - [`e5b330f`](https://github.com/netbox-community/netbox/commit/e5b330ff43175e73c7d9b702913f43110222ccb6) 17032 update migration - [`c656555`](https://github.com/netbox-community/netbox/commit/c6565556bc45ed5330336851bd465e21f64d7f1b) 17032 update migration - [`d9e66ef`](https://github.com/netbox-community/netbox/commit/d9e66ef081689c240654d16e0d052c14a8c38a62) 17032 update migration - [`4d1000e`](https://github.com/netbox-community/netbox/commit/4d1000efc8aa2d361f7dd6c1bfa79674ac9cb79f) Omit redundant method - [`4846351`](https://github.com/netbox-community/netbox/commit/484635148bd045907576a629cc64543944695e2c) Merge migrations - [`468d5ee`](https://github.com/netbox-community/netbox/commit/468d5eeb692678211aeac939ffda99580633de80) Tweak column header ### 📊 Changes **6 files changed** (+40 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/virtualization/virtualdisk.html` (+1 -1) ➖ `netbox/virtualization/migrations/0039_convert_disk_size.py` (+0 -23) 📝 `netbox/virtualization/migrations/0039_virtualmachine_serial_number.py` (+1 -3) ➕ `netbox/virtualization/migrations/0040_convert_disk_size.py` (+31 -0) 📝 `netbox/virtualization/models/virtualmachines.py` (+1 -1) 📝 `netbox/virtualization/tables/virtualmachines.py` (+6 -0) </details> ### 📄 Description ### Fixes: #17032 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:19:16 +01:00
adam closed this issue 2025-12-30 00:19:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14981