Skip to content

Commit 145d6f8

Browse files
committed
README update
1 parent d7d3b1e commit 145d6f8

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Introduction
22

3-
**go-libzfs** currently implements basic manipulation of ZFS pools and data sets. Plan is to add more in further development, improve documentation with more examples, and add more tests. _go-libzfs_ use libzfs C library and does not wrap OpenZFS CLI tools. That way it ensure best performance. Per my personal opinion its more reliable way to do it, and that libzfs is less subject of possible changes then CLI tools. Goal is to let easy using and manipulating OpenZFS form with in go, and tries to map libzfs C library in to go style package respecting golang common practice.
3+
**go-libzfs** currently implements basic manipulation of ZFS pools and data sets. Plan is to add more in further development, improve documentation with more examples, and add more tests. _go-libzfs_ use libzfs C library and does not wrap OpenZFS CLI tools. Goal is to let easy using and manipulating OpenZFS form with in go, and tries to map libzfs C library in to go style package respecting golang common practice.
4+
5+
## Note
6+
This golang package is only used and tested on Linux.
7+
8+
- Version tagged as v0.1 is latest used and compatible with ZFS On Linux version 0.6.5.x
9+
- Version tagged as v0.2 is latest used and compatible with ZFS On Linux version 0.7.x
410

511
[![GoDoc](https://godoc.org/github.com/bicomsystems/go-libzfs?status.svg)](https://godoc.org/github.com/bicomsystems/go-libzfs)
612

@@ -12,11 +18,13 @@
1218
- Creating, destroying and rollback of snapshots.
1319
- Cloning datasets and volumes.
1420
- Reading and modifying dataset and volume properties.
21+
- Send and receive snapshot streams
22+
1523

1624
## Requirements:
1725

18-
- OpenZFS and libzfs with development headers installed.
19-
- Developed using go1.4.2
26+
- OpenZFS on Linux and libzfs with development headers installed.
27+
- Developed using go1.9
2028

2129
## Installing
2230

0 commit comments

Comments
 (0)