mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-26 07:55:50 +03:00
[PR #270] [MERGED] Feature: QemuDisk-WWN #356
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#356
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/270
Author: @Tinyblargon
Created: 6/21/2023
Status: ✅ Merged
Merged: 12/6/2023
Merged by: @mleone87
Base:
master← Head:Feature-Qemu_Disk-wwn📝 Commits (4)
c3bd7b7test: added for apiwwnsettingeb08997feat: add logic for convertingwwn0c3dcc2test: added forQemuWorldWideName32d9a2dfeat: validatorQemuWorldWideName📊 Changes
8 files changed (+917 additions, -545 deletions)
View changed files
📝
proxmox/config_qemu_disk.go(+25 -3)📝
proxmox/config_qemu_disk_ide.go(+77 -71)📝
proxmox/config_qemu_disk_sata.go(+77 -71)📝
proxmox/config_qemu_disk_scsi.go(+89 -83)📝
proxmox/config_qemu_disk_test.go(+22 -0)📝
proxmox/config_qemu_disk_virtio.go(+83 -77)📝
proxmox/config_qemu_test.go(+432 -240)➕
test/data/test_data_qemu/type_QemuWorldWideName.go(+112 -0)📄 Description
Work done this PR
Due to spacing changes in structs and test cases needed for a regex the change looks much bigger than it actually is.
Added this feature so https://github.com/Telmate/terraform-provider-proxmox/pull/794 won't drop support for wwn option.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.