root / src / gZFS / config.properties @ 56
Historique | Voir | Annoter | Télécharger (1,1 ko)
1 | 53 | kreverch | # |
---|---|---|---|
2 | 53 | kreverch | # |
3 | 53 | kreverch | # Copyright (C) 2013 Kevin Reverchon |
4 | 53 | kreverch | # This file/program is part of gZFS free software |
5 | 53 | kreverch | # See COPYING file for details |
6 | 53 | kreverch | #################################################### |
7 | 53 | kreverch | |
8 | 53 | kreverch | |
9 | 14 | kreverch | biniscsigetconf=/sbin/get-conf-iscsi-volume |
10 | 14 | kreverch | bingetprovisionedspace=/sbin/get-provisioned-space |
11 | 14 | kreverch | bingetconfsnapshot=/sbin/get-conf-snapshot |
12 | 14 | kreverch | bingetdiskinfo=/sbin/get-disk-info |
13 | 14 | kreverch | binzfssnapshots=/sbin/zfs-snapshot |
14 | 14 | kreverch | binzfsclone=/sbin/zfs-clone |
15 | 14 | kreverch | binzfsenablesnapshots=/sbin/enable-snapshot |
16 | 14 | kreverch | binzfsdisablesnapshots=/sbin/disable-snapshot |
17 | 14 | kreverch | binzfsenablereplicas=/sbin/enable-replica |
18 | 14 | kreverch | binzfsdisablereplicas=/sbin/disable-replica |
19 | 14 | kreverch | binzfsreplica=/sbin/zfs-replica |
20 | 14 | kreverch | bingetconfreplica=/sbin/get-conf-replica |
21 | 14 | kreverch | binzfsaddiscsi=/sbin/add-iscsi-volume |
22 | 14 | kreverch | binzfsdeliscsi=/sbin/del-iscsi-volume |
23 | 14 | kreverch | binzfscreatevolume=/sbin/create-volume |
24 | 14 | kreverch | binzfsdelvolume=/sbin/del-volume |
25 | 14 | kreverch | binzfscreatefilesystem=/sbin/create-filesystem |
26 | 14 | kreverch | binzfsdelfilesystem=/sbin/del-filesystem |
27 | 14 | kreverch | binzfs=/sbin/zfs |
28 | 14 | kreverch | binzpool=/sbin/zpool |
29 | 14 | kreverch | binzpoolgetstate=/sbin/zpool-get-state |
30 | 14 | kreverch | pathzfsconfsnapshots=/opt/gZFS/snapshots/ |
31 | 14 | kreverch | pathzfsconftools=/opt/gZFS/bin/ |
32 | 14 | kreverch | pathzfsconf=/opt/gZFS/ |
33 | 14 | kreverch | pathzfsvoldevice=/dev/zvol/ |
34 | 14 | kreverch | serverConfDir=/gzfsConf/ |