nova-compute revision 4779
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
# retrieve dataset path for suspend images
print "%s doesn't exist" % nova_conf
# retrieve the suspend path or just get the default
default_path = '/var/share/suspend'
try:
if suspend_path == default_path:
# get the root pool name
if p.returncode != 0:
print "unable to determine root pool name: %s" % (error)
# the default directory doesn't exist, create a new dataset for it
try:
print "unable to create %s: %s" % (suspend_ds, err)
else:
# the user specified a path, but it doesn't exist
print "Zones suspend path %s does not exist" % (suspend_path)
if __name__ == "__main__":