forked from canonical/lxd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lxd: Add support for starting instances on creation (from Incus) (can…
…onical#13695) This PR adds support for starting instances on creation. Includes cherry-picks from lxc/incus#410. Closes canonical#13322
- Loading branch information
Showing
48 changed files
with
974 additions
and
531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: lxd\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-07-02 10:12-0700\n" | ||
"POT-Creation-Date: 2024-07-24 14:26-0700\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
|
@@ -766,7 +766,7 @@ msgstr "" | |
msgid "As neither could be found, the raw SPICE socket can be found at:" | ||
msgstr "" | ||
|
||
#: lxc/init.go:324 lxc/rebuild.go:130 | ||
#: lxc/init.go:333 lxc/rebuild.go:130 | ||
msgid "Asked for a VM but image is of type container" | ||
msgstr "" | ||
|
||
|
@@ -871,7 +871,7 @@ msgstr "" | |
msgid "Bad key/value pair: %s" | ||
msgstr "" | ||
|
||
#: lxc/copy.go:139 lxc/init.go:224 lxc/move.go:380 lxc/project.go:129 | ||
#: lxc/copy.go:139 lxc/init.go:232 lxc/move.go:380 lxc/project.go:129 | ||
#, c-format | ||
msgid "Bad key=value pair: %q" | ||
msgstr "" | ||
|
@@ -1492,12 +1492,12 @@ msgstr "" | |
msgid "Created: %s" | ||
msgstr "" | ||
|
||
#: lxc/init.go:170 | ||
#: lxc/init.go:177 | ||
#, c-format | ||
msgid "Creating %s" | ||
msgstr "" | ||
|
||
#: lxc/init.go:168 | ||
#: lxc/init.go:175 | ||
msgid "Creating the instance" | ||
msgstr "" | ||
|
||
|
@@ -1819,7 +1819,7 @@ msgstr "" | |
msgid "Device: %s" | ||
msgstr "" | ||
|
||
#: lxc/init.go:384 | ||
#: lxc/init.go:393 | ||
msgid "Didn't get any affected image, instance or snapshot from server" | ||
msgstr "" | ||
|
||
|
@@ -2864,7 +2864,7 @@ msgstr "" | |
msgid "Instance name is mandatory" | ||
msgstr "" | ||
|
||
#: lxc/init.go:395 | ||
#: lxc/init.go:404 | ||
#, c-format | ||
msgid "Instance name is: %s" | ||
msgstr "" | ||
|
@@ -3051,6 +3051,15 @@ msgstr "" | |
msgid "Last used: never" | ||
msgstr "" | ||
|
||
#: lxc/init.go:171 | ||
#, c-format | ||
msgid "Launching %s" | ||
msgstr "" | ||
|
||
#: lxc/init.go:169 | ||
msgid "Launching the instance" | ||
msgstr "" | ||
|
||
#: lxc/info.go:220 | ||
#, c-format | ||
msgid "Link detected: %v" | ||
|
@@ -4930,7 +4939,7 @@ msgstr "" | |
msgid "Retrieve the instance's console log" | ||
msgstr "" | ||
|
||
#: lxc/init.go:338 | ||
#: lxc/init.go:347 | ||
#, c-format | ||
msgid "Retrieving image: %s" | ||
msgstr "" | ||
|
@@ -5565,7 +5574,7 @@ msgstr "" | |
msgid "Start instances" | ||
msgstr "" | ||
|
||
#: lxc/launch.go:82 | ||
#: lxc/launch.go:87 | ||
#, c-format | ||
msgid "Starting %s" | ||
msgstr "" | ||
|
@@ -5770,7 +5779,7 @@ msgid "" | |
"restarted" | ||
msgstr "" | ||
|
||
#: lxc/init.go:416 | ||
#: lxc/init.go:425 | ||
msgid "The instance you are starting doesn't have any network attached to it." | ||
msgstr "" | ||
|
||
|
@@ -5931,11 +5940,11 @@ msgstr "" | |
msgid "Timestamps:" | ||
msgstr "" | ||
|
||
#: lxc/init.go:418 | ||
#: lxc/init.go:427 | ||
msgid "To attach a network to an instance, use: lxc network attach" | ||
msgstr "" | ||
|
||
#: lxc/init.go:417 | ||
#: lxc/init.go:426 | ||
msgid "To create a new network, use: lxc network create" | ||
msgstr "" | ||
|
||
|
@@ -6008,7 +6017,7 @@ msgstr "" | |
msgid "Trust token for %s: " | ||
msgstr "" | ||
|
||
#: lxc/action.go:287 lxc/launch.go:114 | ||
#: lxc/action.go:287 lxc/launch.go:119 | ||
#, c-format | ||
msgid "Try `lxc info --show-log %s` for more info" | ||
msgstr "" | ||
|
Oops, something went wrong.