We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c0bdd5 + 2ae621f commit 5f4082dCopy full SHA for 5f4082d
1 file changed
openstackclient/compute/v2/server.py
@@ -4017,6 +4017,13 @@ def _show_progress(progress):
4017
compute_client.flavors,
4018
parsed_args.flavor,
4019
)
4020
+ if not server.image:
4021
+ self.log.warning(
4022
+ _(
4023
+ "The root disk size in flavor will not be applied "
4024
+ "while booting from a persistent volume."
4025
+ )
4026
4027
compute_client.servers.resize(server, flavor)
4028
if parsed_args.wait:
4029
if utils.wait_for_status(
0 commit comments