Announcement

Collapse
No announcement yet.

Approved: Fedora 33 Desktop Variants Defaulting To Btrfs File-System

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Originally posted by Britoid View Post
    XFS can resize up, but not down.
    and pigs can fly too, but only in one direction

    Comment


    • Originally posted by k1e0x View Post
      Go get container ID's in ps
      man ps
      /namespace

      Comment


      • Originally posted by kloczek View Post
        ZFS uses SLAB allocator which prevents fragmentation.
        it's what they teach you in zfs sect?

        Comment


        • Originally posted by k1e0x View Post
          Should try it the other way around. ZVOL's make excellent vm disks.
          I'm probably just a noob and used the wrong name. I just added the ZFS pool to libvirt (as raw zfs pool so it's using it like it would for LVM, it's not just a filesystem with virtual disk files in it), it created the VM disks on its own, so if it's doing ZVOLs by default I'm using zvols.
          Plus a couple SSDs for "log" (in mirror) and "cache".


          there are some advantages to that (such as VM's) but it isn't what a lot of end users expect.
          Yeah, most people think it's some magic thing that will shrink their data, but it's good only if you have A LOT of duplicated data and that's uncommon. Trasparent compression is what most people can benefit for.
          Last edited by starshipeleven; 16 July 2020, 07:28 PM.

          Comment


          • Originally posted by kloczek View Post
            btrfs is not usinfg SLAB allocator and this is why it needs and can be defragmented.
            imbecile, it's a quote from zfs dev
            One of the major problems with the ZFS approach - "slabs" of blocks of a particular size - is fragmentation

            Comment


            • Originally posted by kloczek View Post
              Wrong. ZFS even today does not have such thing becase it does not need it
              imbecile, "such thing" was posted by you. zfs added multiple copies on single device in 2010, after btrfs had them. zfs is copying btrfs

              Comment


              • Originally posted by k1e0x View Post
                Just go out and play with it some, I'm sure you'll find a lot of the same features
                it's hard to play with something which is unavailable and can't be resized
                Originally posted by k1e0x View Post
                Use it on FreeBSD, it's in the kernel there.
                i touch freebsd only when i'm paid to do it
                Originally posted by k1e0x View Post
                You know ZFS send can do a delta copy of an encrypted dataset? Pretty cool. I think BTRFS still uses LUKS right?
                integrated encryption and per-object raid levels are two large planned, but still missing features of btrfs

                Comment


                • Originally posted by kloczek View Post
                  proper dedup domne online is able to lower write IOs
                  by lowering available memory(much more precious resource). it's not hard to implement, it's just not very useful, that's the only reason it's not implemented yet for btrfs. and it's called inband, online means "without unmount"
                  Last edited by pal666; 16 July 2020, 07:38 PM.

                  Comment


                  • Originally posted by kloczek View Post
                    And I already wrot i that without keeping enough number of hashes of blocks in memory btrfs dedup is useless (is only technology demonstration).
                    Dunno, it still shrinks dramatically the space used, if the data can be deduped.
                    Also it's ONLINE even if it isn't done trasparently. OFFLINE means that the filesystem is unmounted, not even crap like NTFS needs to be unmounted to be deduplicated (on servers where you can actually deduplicate it)

                    btrfs is not usinfg SLAB allocator and this is why it needs and can be defragmented.
                    All CoW filesystems can become fragmented if large files are edited constantly (like VMs and databases). SLAB isn't magic. I'm not talking of NTFS level of bullshit instant-fragmentation, but will still eventually happen.

                    Btrfs has at least autodefrag, so it will automatically deal with it. Not that it matters much for databases or VMs because its performance with such workloads is complete garbage, but it's ok for anything else.
                    Last edited by starshipeleven; 16 July 2020, 07:40 PM.

                    Comment


                    • Originally posted by pal666 View Post
                      oracle owns oracle zfs, i.e. the original stable and enterprise-grade filesystem, not some noname garage production
                      You do know the guy that co-developed it at Sun still leads the development of OpenZFS. It's by in large the same people that wrote it originally.

                      The no-name garage group is the b-team Oracle had to hire after all the ZFS and Solaris engineers walked out on them.

                      You can learn about that exodus here. https://www.youtube.com/watch?v=-zRN7XLCRhc

                      Originally posted by pal666 View Post
                      if you were programmer, you would know that by porting filesystem to different os you don't get same filesystem, you get something completely different, which inherits neither speed nor correctness, that you'll have to build from scratch
                      What? no. What are you talking about? How old are you?

                      Originally posted by pal666 View Post
                      as i said, i don't care. license choice is the problem of code owner, and he has to live with it
                      The Sun developers chose the CDDL (actually they chose the Mozilla Public Licence) - Do you hate Firefox and LibreOffice now too? You do know Sun also wrote LibreOffice right? CDDL is almost identical. It is a weak copyleft licence that requires source code on the distribution of binarys. This is a good thing. Go read it, you won't find any "secret scary language" in it. It is not like the APPL that gives Apple control.

                      Originally posted by pal666 View Post
                      only distros who have nothing to lose
                      Careful.. you might not like living in a world where there was only one distro.. How much do you trust IBM?

                      Originally posted by pal666 View Post
                      owning most anti-linux card would be stupid, wouldn't it?
                      Again, seriously.. how old are you? This is childish. It's hardware and it does a job. Use it if you like. (Personally I tend to find AMD cards work well for me... but I wouldn't hate someone using or buying a computer with an Nvidia card in it. Honestly.. you are taking things a little strong here.)
                      Last edited by k1e0x; 16 July 2020, 07:48 PM.

                      Comment

                      Working...
                      X