Earlier quoted context omitted.
> just not gone use anything with BTRFS. Why? (Legitimately asking, I haven't played around much with using different filesystems.)
Not the OP, but I used btrfs till a couple of years ago for my root partition. Because of the nature of snapshots, the partition gradually fills up after big system updates. The usual `df` command is inaccurate with btrfs. Instead there's a set of btrfs specific tooling that you need to learn which can show the actual space in use. Freeing up unused space from older snapshots also requires manual work. I often had to…
OpenSUSE MicroOS
31–35 of 35 posts
Re: OpenSUSE MicroOS
#32My recommendation, which is, of course, my personal opinion, is to stay away from MicroOS.
Re: OpenSUSE MicroOS
#33Earlier quoted context omitted.
You're most probably right. I run my system on a 20gb btrfs partition and I have run into issues before where I ran out of space because of one big binary file that was in every snapshot.
That shouldn't be an issue. Btrfs snapshots are copy-on-write, so unless all blocks changed the big binary file should be there just once.
Re: OpenSUSE MicroOS
#34This sounds neat, but the system requirements seem a little odd. Minimum 20 GB of disk space for a stripped down Linux distro?
Re: OpenSUSE MicroOS
#35Earlier quoted context omitted.
JeOS it's a striped down version of a full blown linux bistro. Think Like RH,Centos. Can be used as a VM os or for anything else. MicroOS it's a cloud OS linux, more like: CoreOS, RancherOS, AtomicOS. I think it's a default choose for Kubernetes environments. I've been using JeOS for k8s hosts of Rancher environments since RancherOS was deprecated and I'm glad that they finally released a cloud OS like MicroOS. In ca…
So it's for Kubernetes nodes, VMs and bare metal?