#58 Add some hints about required disk space
Merged 6 years ago by dustymabe. Opened 6 years ago by mclasen.
mclasen/workstation-ostree-config size-hints  into  master

@@ -9,6 +9,11 @@ 

  yum -y install ostree ostree-grub2

  ```

  

+ Before proceeding further, make sure that you have enough space in your root filesystem.

+ The recommended minimum is 10GB (the F27 repo we are going to pull takes ~7GB on disk).

+ Note that ostree will refuse to continue if you go below 3% of free space, so there's

+ no risk of actually running out of space.

+ 

  Next, we add `/ostree/repo` to the filesystem:

  ```

  ostree admin init-fs /

I spent an hour cleaning up my disk because I wasn't sure
how much space the repo would take. Lets at least state
some ballpark numbers.

weird. on my VM I have it is only using 5.4G in the root fs, and that is after I ran an update to latest.

either way. LGTM!

actually.. maybe we should guide them much larger than that. As soon as they start downloading flatpaks or containers from a registry they are going to need much more.

Maybe recommend at least 10G and preferably much larger than that.

One thing to note here is that by default ostree won't continue if you have less than 3% disk space left. Though I agree it's good to give a size estimate on the outset.

rebased onto 483baf6

6 years ago

Pull-Request has been merged by dustymabe

6 years ago
Metadata