corezfs | ZFS on Linux on CoreOS

 by   varasys Shell Version: v2.0.6 License: Unlicense

kandi X-RAY | corezfs Summary

kandi X-RAY | corezfs Summary

corezfs is a Shell library. corezfs has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

CoreOS is a light weight linux distribution designed specifically for running containers but does not currently come with support for ZFS. The idea is the only thing CoreOS does is coordinate containers and all work is performed inside containers. CoreOS is also very focused on reliability, clustering and federating with support for things like kubernetes baked in. ZFS is a very performant filesystem that supports error checking, snapshots, clones, native nfs and cifs support, and incremental backups. The ZFS on Linux project is a port of OpenZFS for Linux. Because the design philosophy of CoreOS is to be a minimal "container orchestration" tool, it is locked down very tightly and most of the file system is read only, which presents a problem for software which requires kernel modules (both because containers need special permissions to communicate with the kernel, and because the CoreOS kernel modules folder is read only). This script downloads a CoreOS development environment and runs it in a container to build zfs and create the archive file. The archive file is a tar file containing an /etc/ directory containing zfs configuration information, and an /opt/corezfs/usr directory which is overlaid over the /usr filesystem and contains the kernel modules and binaries. A systemd unit file called zfs-overlay.service (included in the /etc/ directory of the archive file) mounts the overlay at startup. This script was written on CoreOS stable (1465.7.0), but in theory, will work on any version / channel (ie. stable, beta, alpha). It installs the latest release of ZFS on Linux which is based on OpenZFS and consists of a repository zfs which includes the upstream OpenZFS implementation and a repository spl which is a shim to run OpenZFS on Linux. Note that the script does not effect the filesystem that CoreOS is mounted on, it allows additional block devices to be mounted using the ZFS file system. Hopefully this script will allow more people to experiment with ZFS on CoreOS to gain enough support that the CoreOS developers will bake it into CoreOS (note that this implementation does not gracefully handle updates to the CoreOS OS).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              corezfs has a low active ecosystem.
              It has 24 star(s) with 4 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 1 open issues and 2 have been closed. On average issues are closed in 1 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of corezfs is v2.0.6

            kandi-Quality Quality

              corezfs has no bugs reported.

            kandi-Security Security

              corezfs has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              corezfs is licensed under the Unlicense License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              corezfs releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of corezfs
            Get all kandi verified functions for this library.

            corezfs Key Features

            No Key Features are available at this moment for corezfs.

            corezfs Examples and Code Snippets

            corezfs,Installation
            Shelldot img1Lines of Code : 2dot img1License : Permissive (Unlicense)
            copy iconCopy
            sudo ./corezfs install
              

            Community Discussions

            No Community Discussions are available at this moment for corezfs.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install corezfs

            To build and install ZFS on Linux on CoreOS download the script to the target machine and run it with the install command:. After the script completes zfs kernel modules should be loaded, and user tools installed. The script will create an archive file which can be used to install zfs on other CoreOS instances without having to rebuild it on each instance. The archive filename will indicate which CoreOS version the archive file is targeted for.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link