> For the complete documentation index, see [llms.txt](https://freebsd-journal-cn.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://freebsd-journal-cn.bsdcn.org/20150304-zfs-zui-jia-shi-jian/foundation-letter.md).

# 基金会来信

* 原文：[Foundation Letter](https://freebsdfoundation.org/our-work/journal/browser-based-edition/zfs-best-practices/)
* 作者：**FreeBSD 期刊编辑委员会**

很高兴为你带来第八期 FreeBSD 期刊！

## 来自董事会的信

我们很高兴为你奉上第八期 FreeBSD 期刊。订阅量持续攀升，订阅者留存率也保持高位。这些迹象清楚表明，那些在期刊上投入大量时间的撰稿人、编委和工作人员都做得相当出色。谢谢你们！

另一个值得庆贺的事由是 FreeBSD 基金会成立 15 周年——正是这群好人为期刊提供资金支持，并为保持 FreeBSD 项目活力做了大量其他工作。基金会创始人兼现任主席 Justin Gibbs 为本期撰写了一篇文章，阐述基金会的历史与未来，并提到了今年即将推出的一些令人兴奋的工作。

编委会决定将本期技术文章聚焦于存储——这是 FreeBSD 持续领先的领域之一。从 OpenSolaris 引入 ZFS 为存储应用打开了全新的天地，一切都围绕这一开源方案展开。而要把 ZFS 用到极致，需要做不少调优，Allan Jude 在他的《ZFS 最佳实践》一文中正是为我们展示了这些内容。

教育方面，FreeBSD 项目再次成为谷歌编程之夏（GSoC）的指导组织，导师与学生正在配对中。FreeBSD 在 GSoC 中的参与情况可参见 <http://www.googlemelange.com/gsoc/homepage/google/gsoc2015>，也可参阅本期 Dru Lavigne 的“FreeBSD 本月动态”专栏。

最后，我们要感谢每一位正在阅读本文的读者，感谢最近订阅的读者，也感谢续订的读者。今年期刊还有许多话题要涵盖，包括几篇讲述你如何与 FreeBSD 项目互动的文章（参见本期 Erwin Lansing 的《如何编写 Port》），还有网络、云上 FreeBSD、性能调优等主题的专刊。敬请期待！

此致，

**FreeBSD 期刊编辑委员会**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://freebsd-journal-cn.bsdcn.org/20150304-zfs-zui-jia-shi-jian/foundation-letter.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
