LXC import storage The 2019 Stack Overflow Developer Survey Results Are InHow can i add network interface to LXC ContainerMoving LXC container's backing storagehow to tell lxc to not use /usr/share/lxc/templates for making a linux containerLXC cpu.shares doesn't worklxc unable to apply profile to containerHow to save state lxc containerLxc Container install programsNFS mount on LXC containerLXC is messing up the DHCP requests of my LANHow can I debug lxc-create config file?
Aging parents with no investments
Is this app Icon Browser Safe/Legit?
Have you ever entered Singapore using a different passport or name?
Does the shape of a die affect the probability of a number being rolled?
Delete all lines which don't have n characters before delimiter
Why do we hear so much about the Trump administration deciding to impose and then remove tariffs?
Am I thawing this London Broil safely?
What does ひと匙 mean in this manga and has it been used colloquially?
Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?
How to notate time signature switching consistently every measure
How to save as into a customized destination on macOS?
Why did Acorn's A3000 have red function keys?
Apparent duplicates between Haynes service instructions and MOT
What do the Banks children have against barley water?
Can you compress metal and what would be the consequences?
Geography at the pixel level
How to manage monthly salary
Pokemon Turn Based battle (Python)
Identify boardgame from Big movie
Why can Shazam fly?
What is the most effective way of iterating a std::vector and why?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
What is the meaning of Triage in Cybersec world?
Which Sci-Fi work first showed weapon of galactic-scale mass destruction?
LXC import storage
The 2019 Stack Overflow Developer Survey Results Are InHow can i add network interface to LXC ContainerMoving LXC container's backing storagehow to tell lxc to not use /usr/share/lxc/templates for making a linux containerLXC cpu.shares doesn't worklxc unable to apply profile to containerHow to save state lxc containerLxc Container install programsNFS mount on LXC containerLXC is messing up the DHCP requests of my LANHow can I debug lxc-create config file?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
lxc storage seems exclusively about creation and deletion. For example, if I try to use create with btrfs and the device already has an existing btrfs filesystem on it, I get an error percolating up from btrfs.progs indicating the device already has a btrfs filesystem on it and the operation completely fails.
I have not found any options to add a storage source without creating it from scratch this way. This makes it awkward (or, afaict, actually impossible) to use storage volumes on removable media so that I could:
lxc storage import foobar btrfs
The import part of this command being non-existent. The goal here would be to attach volumes in storage foobar to running containers in a context where dir storage is not feasible.
Is there any solution to this, or is lsx storage simply not the right path?
lxc
add a comment |
lxc storage seems exclusively about creation and deletion. For example, if I try to use create with btrfs and the device already has an existing btrfs filesystem on it, I get an error percolating up from btrfs.progs indicating the device already has a btrfs filesystem on it and the operation completely fails.
I have not found any options to add a storage source without creating it from scratch this way. This makes it awkward (or, afaict, actually impossible) to use storage volumes on removable media so that I could:
lxc storage import foobar btrfs
The import part of this command being non-existent. The goal here would be to attach volumes in storage foobar to running containers in a context where dir storage is not feasible.
Is there any solution to this, or is lsx storage simply not the right path?
lxc
add a comment |
lxc storage seems exclusively about creation and deletion. For example, if I try to use create with btrfs and the device already has an existing btrfs filesystem on it, I get an error percolating up from btrfs.progs indicating the device already has a btrfs filesystem on it and the operation completely fails.
I have not found any options to add a storage source without creating it from scratch this way. This makes it awkward (or, afaict, actually impossible) to use storage volumes on removable media so that I could:
lxc storage import foobar btrfs
The import part of this command being non-existent. The goal here would be to attach volumes in storage foobar to running containers in a context where dir storage is not feasible.
Is there any solution to this, or is lsx storage simply not the right path?
lxc
lxc storage seems exclusively about creation and deletion. For example, if I try to use create with btrfs and the device already has an existing btrfs filesystem on it, I get an error percolating up from btrfs.progs indicating the device already has a btrfs filesystem on it and the operation completely fails.
I have not found any options to add a storage source without creating it from scratch this way. This makes it awkward (or, afaict, actually impossible) to use storage volumes on removable media so that I could:
lxc storage import foobar btrfs
The import part of this command being non-existent. The goal here would be to attach volumes in storage foobar to running containers in a context where dir storage is not feasible.
Is there any solution to this, or is lsx storage simply not the right path?
lxc
lxc
edited 2 days ago
goldilocks
asked 2 days ago
goldilocksgoldilocks
63.4k17157213
63.4k17157213
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511273%2flxc-import-storage%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511273%2flxc-import-storage%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-lxc