Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-image
Commits
d8c53b87
Commit
d8c53b87
authored
May 06, 2014
by
Chrysostomos Nanakos
Browse files
Extend Ganeti create script
Include new Pithos variables for selectable storage backend to Ganeti create script.
parent
83f82b5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-image-host/create
View file @
d8c53b87
...
...
@@ -111,6 +111,10 @@ case $BACKEND_TYPE in
# environmental variable.
export
PITHCAT_INPUT_DB
=
"
$PITHOS_DB
"
export
PITHCAT_INPUT_DATA
=
"
$PITHOS_DATA
"
export
PITHCAT_BACKEND_STORAGE
=
"
$PITHOS_BACKEND_STORAGE
"
export
PITHCAT_RADOS_CEPH_CONF
=
"
$PITHOS_RADOS_CEPH_CONF
"
export
PITHCAT_RADOS_POOL_MAPS
=
"
$PITHOS_RADOS_POOL_MAPS
"
export
PITHCAT_RADOS_POOL_BLOCKS
=
"
$PITHOS_RADOS_POOL_BLOCKS
"
cmd_args
=
"
$(
printf
"%q"
"
${
IMAGE_NAME
}
"
)
"
image_cmd
=
"./pithcat
$cmd_args
"
image_size
=
$(
./pithcat
-s
$cmd_args
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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