Few new things available from now on: - Data deduplication. - Triple parity RAIDZ (RAIDZ3). - zfs diff. - zpool split. - Snapshot holds. - zpool import -F. Allows to rewind corrupted pool to earlier transaction group. - Possibility to import pool in read-only mode. MFC after: 1 month
7 lines
114 B
C
7 lines
114 B
C
#ifndef _SYS_SYSTEMINFO_H_
|
|
#define _SYS_SYSTEMINFO_H_
|
|
|
|
#define HW_HOSTID_LEN 11
|
|
|
|
#endif /* !_SYS_SYSTEMINFO_H_ */
|