Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
45318586
Commit
45318586
authored
Jun 19, 2015
by
Leigh B Stoller
Browse files
Add lba_low,high,size so that we can import prelim data before
we import the actual image file.
parent
0f08bd26
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/newimageid_ez.in
View file @
45318586
...
...
@@ -216,6 +216,9 @@ my %xmlfields =
"
nextosid
",
=>
["
nextosid
",
$SLOT_ADMINONLY
],
"
def_parentosid
",
=>
["
def_parentosid
",
$SLOT_OPTIONAL
],
"
isdataset
",
=>
["
isdataset
",
$SLOT_OPTIONAL
],
"
lba_low
",
=>
["
lba_low
",
$SLOT_OPTIONAL
],
"
lba_high
",
=>
["
lba_high
",
$SLOT_OPTIONAL
],
"
lba_size
",
=>
["
lba_size
",
$SLOT_OPTIONAL
],
);
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment