All Projects → openzfs → zfs-images

openzfs / zfs-images

Licence: other
Reference zpool images

Projects that are alternatives of or similar to zfs-images

Zfs
OpenZFS on Linux and FreeBSD
Stars: ✭ 7,421 (+46281.25%)
Mutual labels:  file-system, openzfs
lustre-release
Mirror of official Lustre development repository http://git.whamcloud.com/
Stars: ✭ 35 (+118.75%)
Mutual labels:  file-system
Spiffs
Wear-leveled SPI flash file system for embedded devices
Stars: ✭ 1,105 (+6806.25%)
Mutual labels:  file-system
Go Fastdfs
go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic r…
Stars: ✭ 2,923 (+18168.75%)
Mutual labels:  file-system
Jesfs
Jo's Embedded Serial File System (for Standard Serial NOR-Flash)
Stars: ✭ 104 (+550%)
Mutual labels:  file-system
React Native Fetch Blob
This project was started in the cause of solving issue facebook/react-native#854, React Native's lacks of Blob implementation which results into problems when transferring binary data.
Stars: ✭ 2,593 (+16106.25%)
Mutual labels:  file-system
Moosefs
MooseFS – Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System (Software-Defined Storage)
Stars: ✭ 1,025 (+6306.25%)
Mutual labels:  file-system
write-yaml
Basic node.js utility for converting JSON to YAML and writing formatting YAML files to disk.
Stars: ✭ 38 (+137.5%)
Mutual labels:  file-system
Django-WebApp
This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.
Stars: ✭ 285 (+1681.25%)
Mutual labels:  file-system
Bigfile
Bigfile -- a file transfer system that supports http, rpc and ftp protocol https://bigfile.site
Stars: ✭ 186 (+1062.5%)
Mutual labels:  file-system
Rx Explorer
一款轻量的UWP文件管理器 | A lightweight UWP Explorer
Stars: ✭ 184 (+1050%)
Mutual labels:  file-system
Electron Storage
Simply save/load json files to/from file system in electron applications
Stars: ✭ 109 (+581.25%)
Mutual labels:  file-system
matched
Glob matching with support for multiple patterns and negation. Use `~` in cwd to find files in user home, or `@` for global npm modules.
Stars: ✭ 25 (+56.25%)
Mutual labels:  file-system
Write
Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!
Stars: ✭ 68 (+325%)
Mutual labels:  file-system
WinDirStat.Net
A WPF implementation of WinDirStat.
Stars: ✭ 55 (+243.75%)
Mutual labels:  file-system
Filebase
A Simple but Powerful Flat File Database Storage.
Stars: ✭ 235 (+1368.75%)
Mutual labels:  file-system
Mos
A hobby operating system developed from scratch
Stars: ✭ 169 (+956.25%)
Mutual labels:  file-system
fsc
A set of themeable WPF File System Controls similar to some parts of Windows (7-10) Explorer
Stars: ✭ 66 (+312.5%)
Mutual labels:  file-system
UserFileSystemSamples
IT Hit User File System Engine samples in .NET/C#. Samples implement Virtual File System for Windows and Mac with synchronization support, on-demand loading, offline files, and Windows File Manager integration.
Stars: ✭ 60 (+275%)
Mutual labels:  file-system
cloudstore
简易分布式云存储服务
Stars: ✭ 22 (+37.5%)
Mutual labels:  file-system

This repository contains a collection of ZFS pools which are intended to be used as reference images. The goal is to ensure that there are representative samples from all the major ZFS implementations. It is also desirable that these images encompase the myriad of optional states in which a pool can exist.

Each of the images described below is maintained as a compressed tarball which includes the vdevs needed to describe a pool. When contributing a new image care should be taken to minimize its size. Effective techniques for minimizing the image include sparse files for vdevs, writing highly compressible data patterns, and using the 'tar --sparse' and 'bzip2 --best' options. Finally, each new image must be briefly described in this file.

  • zol-0.6.1.tar.bz2 - Created with ZoL v0.6.1. The pool was created with all default settings and populated with a few hundred files and directories. It includes a snapshot and clone of the filesystem which has been modified from the original. The pool has been scrubbed once and was cleanly exported.

  • zol-0.6.2.tar.bz2 - Created with ZoL v0.6.2. This pool was created in same way as the zol-0.6.1 pool described above.

  • zol-0.6.2-173.tar.bz2 - Created with ZoL zfs-0.6.2-173-g881f45c. Pools which have been imported with this version of ZoL and scrubbed or resilvered cannot be imported by older versions of ZFS. This was accidentally caused by issue 2094 and this pool was created for future reference. New ZoL versions must be able to import the pool and fix it. It was created the same was as the zol-0.6.1 pool.

  • zevo-1.1.1.tar.bz2 - Created with ZEVO v1.1.1. This pool was created to illustrate differences in the on disk format of a ZEVO pool. In particular, issue 1911 describes how neither an "external ACL" (ZNODE_ACL) nor a new-style DACL_ACES SA are created. One of these is required by all other ZFS implementations.

  • bptree_obj-zol-0.6.2.tar.bz2 - Created with ZoL v0.6.2. This pool was created to illustrate one of the many states in which a valid exported pool may exist. It contains the optional "bptree_obj" entry in the MOS object directory which points to an object of type DMU_OTN_UINT64_METADATA containing a pair of bptree_entry_phys_t entries; one for each of a pair of filesystems for which a deferred destroy is pending. Although ZoL 0.6.2 was used to create this pool, it was custom-modified to not process the deferred destroy list in order to create this pool cleanly. The pool's name is "tank" and it contained a pair of filesystemes, "tank/fs1" and "tank/fs2", each of which contained a single small file. The deferred destroy object and its object's data were created by destroying both of these filesystems.

  • zol-0.7.0-rc1-be-ziltest.tar.bz2 - This pool was created so that we might have a big endian pool for debugging. The pool was created using ziltest.sh, since at the time of uploading there are is an issue where the ZIL will fail to be claimed when being imported on a different endian machine. See issue 5256 for details on this problem. The pool's name is ziltest.26210 and it contains the "ziltest.26210/fs" filesystem made by ziltest.sh.

  • zol-znode-removed-xattr.tar.bz2 - This pool was created to be a minimal reproducer of issue 4083. The pool contains a single filesystem "tank" with only a file "file2" in it. When we try to delete the file we trigger an assertion in zfs_remove(): this is because the file xattr obj was already deleted. This data discrepancy is not detected by a scrub which completes successfully.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].