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;
}







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 |
+---------+-------------+--------+--------------------------------+---------+









share|improve this question







New contributor




Espresso Machine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    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 |
    +---------+-------------+--------+--------------------------------+---------+









    share|improve this question







    New contributor




    Espresso Machine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      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 |
      +---------+-------------+--------+--------------------------------+---------+









      share|improve this question







      New contributor




      Espresso Machine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      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






      share|improve this question







      New contributor




      Espresso Machine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Espresso Machine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Espresso Machine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 11 hours ago









      Espresso MachineEspresso Machine

      1




      1




      New contributor




      Espresso Machine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Espresso Machine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Espresso Machine is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          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.










          draft saved

          draft discarded


















          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.










          draft saved

          draft discarded


















          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...