Expanding existing ZFS loop device Unicorn Meta Zoo #1: Why another podcast? ...
Additive group of local rings
Arriving in Atlanta after US Preclearance in Dublin. Will I go through TSA security in Atlanta to transfer to a connecting flight?
"Rubric" as meaning "signature" or "personal mark" -- is this accepted usage?
The art of proof summarizing. Are there known rules, or is it a purely common sense matter?
What is this word supposed to be?
What is the term for a person whose job is to place products on shelves in stores?
Could Neutrino technically as side-effect, incentivize centralization of the bitcoin network?
Israeli soda type drink
Seek and ye shall find
Where did Arya get these scars?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
Is Electric Central Heating worth it if using Solar Panels?
Is Bran literally the world's memory?
Does Mathematica have an implementation of the Poisson Binomial Distribution?
What is /etc/mtab in Linux?
Why did C use the -> operator instead of reusing the . operator?
Function to calculate red-edgeNDVI in Google Earth Engine
How would I use different systems of magic when they are capable of the same effects?
Is this homebrew racial feat, Stonehide, balanced?
Implementing 3DES algorithm in Java: is my code secure?
Would reducing the reference voltage of an ADC have any effect on accuracy?
Map material from china not allowed to leave the country
How do I check if a string is entirely made of the same substring?
Passing args from the bash script to the function in the script
Expanding existing ZFS loop device
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow to bootstrap puppetmaster on lxc on Ubuntu?How to get access from nginx on host OS to files inside lxc-container?Where is the configuration file of a lxc container?LXD not storing images in ZFSIncrease LXD ZFS Loop StorageLXD moving containers/snapshots to another driveLXD container set static ipLXD PPA remove requires lxd.migrate to snap, but what about my network bridge and ZFS pool?Publicly Available Containers via Ubuntu 18.04 — help questionFind out netplan duid before starting the system
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have several LXC containers on my Ubuntu 18.04 machine. I have a container called "cloud" which I want to expand its storage, how can I do this without reinstalling? I am using ZFS for this.
user@server:~$ zfs list -t all
NAME USED AVAIL REFER MOUNTPOINT
default 89.4G 7.01G 24K none
default/containers 87.7G 7.01G 24K none
default/containers/doc 1015M 7.01G 1.24G /var/lib/lxd/storage-pools/default/containers/doc
default/containers/git 324M 7.01G 577M /var/lib/lxd/storage-pools/default/containers/git
default/containers/docsys 476M 7.01G 633M /var/lib/lxd/storage-pools/default/containers/docsys
default/containers/cloud 85.0G 7.01G 85.3G /var/lib/lxd/storage-pools/default/containers/cloud
default/containers/nginx 280M 7.01G 435M /var/lib/lxd/storage-pools/default/containers/nginx
default/containers/storage 214M 7.01G 466M /var/lib/lxd/storage-pools/default/containers/storage
default/containers/test 448M 7.01G 603M /var/lib/lxd/storage-pools/default/containers/test
user@server:~$ lxc storage list
+---------+-------------+--------+--------------------------------+---------+
| NAME | DESCRIPTION | DRIVER | SOURCE | USED BY |
+---------+-------------+--------+--------------------------------+---------+
| default | | zfs | /var/lib/lxd/disks/default.img | 8 |
+---------+-------------+--------+--------------------------------+---------+
lxc lxd
New contributor
add a comment |
I have several LXC containers on my Ubuntu 18.04 machine. I have a container called "cloud" which I want to expand its storage, how can I do this without reinstalling? I am using ZFS for this.
user@server:~$ zfs list -t all
NAME USED AVAIL REFER MOUNTPOINT
default 89.4G 7.01G 24K none
default/containers 87.7G 7.01G 24K none
default/containers/doc 1015M 7.01G 1.24G /var/lib/lxd/storage-pools/default/containers/doc
default/containers/git 324M 7.01G 577M /var/lib/lxd/storage-pools/default/containers/git
default/containers/docsys 476M 7.01G 633M /var/lib/lxd/storage-pools/default/containers/docsys
default/containers/cloud 85.0G 7.01G 85.3G /var/lib/lxd/storage-pools/default/containers/cloud
default/containers/nginx 280M 7.01G 435M /var/lib/lxd/storage-pools/default/containers/nginx
default/containers/storage 214M 7.01G 466M /var/lib/lxd/storage-pools/default/containers/storage
default/containers/test 448M 7.01G 603M /var/lib/lxd/storage-pools/default/containers/test
user@server:~$ lxc storage list
+---------+-------------+--------+--------------------------------+---------+
| NAME | DESCRIPTION | DRIVER | SOURCE | USED BY |
+---------+-------------+--------+--------------------------------+---------+
| default | | zfs | /var/lib/lxd/disks/default.img | 8 |
+---------+-------------+--------+--------------------------------+---------+
lxc lxd
New contributor
add a comment |
I have several LXC containers on my Ubuntu 18.04 machine. I have a container called "cloud" which I want to expand its storage, how can I do this without reinstalling? I am using ZFS for this.
user@server:~$ zfs list -t all
NAME USED AVAIL REFER MOUNTPOINT
default 89.4G 7.01G 24K none
default/containers 87.7G 7.01G 24K none
default/containers/doc 1015M 7.01G 1.24G /var/lib/lxd/storage-pools/default/containers/doc
default/containers/git 324M 7.01G 577M /var/lib/lxd/storage-pools/default/containers/git
default/containers/docsys 476M 7.01G 633M /var/lib/lxd/storage-pools/default/containers/docsys
default/containers/cloud 85.0G 7.01G 85.3G /var/lib/lxd/storage-pools/default/containers/cloud
default/containers/nginx 280M 7.01G 435M /var/lib/lxd/storage-pools/default/containers/nginx
default/containers/storage 214M 7.01G 466M /var/lib/lxd/storage-pools/default/containers/storage
default/containers/test 448M 7.01G 603M /var/lib/lxd/storage-pools/default/containers/test
user@server:~$ lxc storage list
+---------+-------------+--------+--------------------------------+---------+
| NAME | DESCRIPTION | DRIVER | SOURCE | USED BY |
+---------+-------------+--------+--------------------------------+---------+
| default | | zfs | /var/lib/lxd/disks/default.img | 8 |
+---------+-------------+--------+--------------------------------+---------+
lxc lxd
New contributor
I have several LXC containers on my Ubuntu 18.04 machine. I have a container called "cloud" which I want to expand its storage, how can I do this without reinstalling? I am using ZFS for this.
user@server:~$ zfs list -t all
NAME USED AVAIL REFER MOUNTPOINT
default 89.4G 7.01G 24K none
default/containers 87.7G 7.01G 24K none
default/containers/doc 1015M 7.01G 1.24G /var/lib/lxd/storage-pools/default/containers/doc
default/containers/git 324M 7.01G 577M /var/lib/lxd/storage-pools/default/containers/git
default/containers/docsys 476M 7.01G 633M /var/lib/lxd/storage-pools/default/containers/docsys
default/containers/cloud 85.0G 7.01G 85.3G /var/lib/lxd/storage-pools/default/containers/cloud
default/containers/nginx 280M 7.01G 435M /var/lib/lxd/storage-pools/default/containers/nginx
default/containers/storage 214M 7.01G 466M /var/lib/lxd/storage-pools/default/containers/storage
default/containers/test 448M 7.01G 603M /var/lib/lxd/storage-pools/default/containers/test
user@server:~$ lxc storage list
+---------+-------------+--------+--------------------------------+---------+
| NAME | DESCRIPTION | DRIVER | SOURCE | USED BY |
+---------+-------------+--------+--------------------------------+---------+
| default | | zfs | /var/lib/lxd/disks/default.img | 8 |
+---------+-------------+--------+--------------------------------+---------+
lxc lxd
lxc lxd
New contributor
New contributor
New contributor
asked 11 hours ago
Espresso MachineEspresso Machine
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
Espresso Machine is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1137726%2fexpanding-existing-zfs-loop-device%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
Espresso Machine is a new contributor. Be nice, and check out our Code of Conduct.
Espresso Machine is a new contributor. Be nice, and check out our Code of Conduct.
Espresso Machine is a new contributor. Be nice, and check out our Code of Conduct.
Espresso Machine is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1137726%2fexpanding-existing-zfs-loop-device%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