# 概述

OpenZFS 是一种存储软件，结合了传统文件系统、卷管理器等功能。OpenZFS 拥有防止数据损坏的保护机制、对超大存储容量的支持、高效的数据压缩、快照与写时复制克隆、持续的完整性检查与自动修复、通过 ZFS send 和 receive 实现的远程复制，以及 RAID-Z。

OpenZFS 汇聚了来自 illumos、Linux、FreeBSD 和 OS X 平台的开发者，以及众多公司的参与者——既包括在线协作，也包括每年举行的 OpenZFS 开发者峰会。该项目的高层目标是提升对 ZFS 开源实现的质量、实用性和可获得性的认知，建议就改进 ZFS 开源变体的持续工作进行开放沟通，并确保所有 ZFS 衍生版本在可靠性、功能性和性能方面的一致性。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.bsdcn.org/zfs/xiang-mu-yu-she-qu/project-and-community.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
