I wonder what the release schedule looks like for 10.
Between beginning and end of August, I'd say, but we have been rather in ad-hoc mode the last 2 months. A solid plan will hopefully come out of our hackweek in Stuttgart (you're all invited!)
And if you look, that EXT3 type is on LVM. Hence the weird confusion 🙂
Yeah that, as I said, is what got me.
So, if you pick EXT is enables thin provisioning by default?
Yes. Because thin provisioning is not actually the option. It's actually just raw LVM vs file based. Files are thin provisioned. LVM raw is not. File based is being called ext3 here.
What is the purpose of 'zypper -remove patterns-openSUSE-minimal_base'
I know what it does, but is it necessary? Does this minimal_base package prevent you from installing certain packages at a later date? Or you just making things nice n neat?
It's been quite some time, but if I remember correctly it interfered with some packages that we needed as the "minimal" blocked adding a bunch of stuff.
Docker container is running. NextCloud is installed, but I need to get the correct selinux setting for the apps folder, and create the reverse proxy for NextCloud to access the collabora container with. Hopefully finish up in the next couple of evenings.
I added a header into the main topic list for that. But it is going to be later in the Advanced Topics, section. Oddly, I know of pretty much no standard Linux Administration tomes that cover DRBD. It's so core, very odd that it so often gets missed.
Could it be that most Linux Admin's don't know about it until they go searching for it? ...That's how I found out about it.
You would hope that the people writing the books would know, though!
Like I already told you (PM/chat): Provide more info. What kind of storage? Some consumer grade NAS? Huawei? EMC? NetApp? vSAN? We need to know the brand and model, everything else is just wild guessing on our side.
Of interesting side note, the Linux md RAID system also implements Intel Matrix RAID and DDF (Disk Data Format) software RAID formats commonly used by consumer FakeRAID systems. Because of this, Linux md can sometimes convert FakeRAID into enterprise md RAID if you really know what you are doing 🙂