Skip to content
Snippets Groups Projects
Unverified Commit 6ee36626 authored by Zexi Li's avatar Zexi Li Committed by GitHub
Browse files

Merge pull request #13070 from zexi/automated-cherry-pick-of-#13069-upstream-release-3.8

Automated cherry pick of #13069: fix(region): set isolated_device model 512 length
parents a49d5f08 e39f65ff
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ type SIsolatedDevice struct {
DevType string `width:"16" charset:"ascii" nullable:"false" default:"" index:"true" list:"domain" create:"domain_required" update:"domain"`
// # Specific device name read from lspci command, e.g. `Tesla K40m` ...
Model string `width:"32" charset:"ascii" nullable:"false" default:"" index:"true" list:"domain" create:"domain_required" update:"domain"`
Model string `width:"512" charset:"ascii" nullable:"false" default:"" index:"true" list:"domain" create:"domain_required" update:"domain"`
// 云主机Id
GuestId string `width:"36" charset:"ascii" nullable:"true" index:"true" list:"domain"`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment