You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.rst
+41-27Lines changed: 41 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,24 +86,32 @@ Next it will give you one last chance to abort before it commences to wipe the t
86
86
To make sure that everything has worked so far, let's take a look at the host by logging into it via SSH. ``bsdploy`` provides a command for that, too::
87
87
88
88
% ploy ssh jailhost
89
-
FreeBSD 9.2-RELEASE (GENERIC) #6 r255896M: Wed Oct 9 01:45:07 CEST 2013
89
+
FreeBSD 10.1-RELEASE (GENERIC) #0 r274401: Tue Nov 11 21:02:49 UTC 2014
90
+
91
+
Welcome to FreeBSD!
90
92
[...]
91
93
92
-
Let's take a quick look around::
94
+
Let's take a quick look around. First, what packages have been installed?::
93
95
94
96
root@jailhost:~ # pkg info
95
-
gettext-0.18.3.1_1 GNU gettext package
96
-
libiconv-1.14_3 Character set conversion library
97
-
python27-2.7.6_4 Interpreted object-oriented programming language
97
+
gettext-runtime-0.19.3 GNU gettext runtime libraries and programs
98
+
indexinfo-0.2.2 Utility to regenerate the GNU info page index
99
+
libffi-3.0.13_3 Foreign Function Interface
100
+
pkg-1.4.3 Package manager
101
+
python27-2.7.9 Interpreted object-oriented programming language
102
+
103
+
Next, what's the ZFS scenario?::
104
+
98
105
root@jailhost:~ # zpool list
99
-
NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
100
-
system 19.9G 584M 19.3G 2% 1.00x ONLINE -
106
+
NAME SIZE ALLOC FREE FRAG EXPANDSZ CAP DEDUP HEALTH ALTROOT
107
+
system 19.9G 931M 19.0G 2% - 4% 1.00x ONLINE -
101
108
root@jailhost:~ # zfs list
102
109
NAME USED AVAIL REFER MOUNTPOINT
103
-
system 584M 19.0G 31K none
104
-
system/root 583M 19.0G 533M /
105
-
system/root/tmp 37K 19.0G 37K /tmp
106
-
system/root/var 50.6M 19.0G 50.6M /var
110
+
system 931M 18.3G 19K none
111
+
system/root 931M 18.3G 876M /
112
+
system/root/tmp 21K 18.3G 21K /tmp
113
+
system/root/var 54.2M 18.3G 54.2M /var
114
+
root@jailhost:~ #
107
115
108
116
A few things to note:
109
117
@@ -139,32 +147,38 @@ Package-wise nothing much has changed – only ``ezjail`` has been installed::
139
147
140
148
root@jailhost:~ # pkg info
141
149
ezjail-3.4.1 Framework to easily create, manipulate, and run FreeBSD jails
142
-
gettext-0.18.3.1_1 GNU gettext package
143
-
libiconv-1.14_3 Character set conversion library
144
-
python27-2.7.6_4 Interpreted object-oriented programming language
150
+
gettext-runtime-0.19.3 GNU gettext runtime libraries and programs
151
+
indexinfo-0.2.2 Utility to regenerate the GNU info page index
152
+
libffi-3.0.13_3 Foreign Function Interface
153
+
pkg-1.4.3 Package manager
154
+
python27-2.7.9 Interpreted object-oriented programming language
155
+
root@jailhost:~ #
145
156
146
157
There is now a second zpool called ``tank`` and ``ezjail`` has been configured to use it::
147
158
148
159
root@jailhost:~ # zpool list
149
-
NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
150
-
system 19.9G 584M 19.3G 2% 1.00x ONLINE -
151
-
tank 78.5G 389M 78.1G 0% 1.00x ONLINE -
160
+
NAME SIZE ALLOC FREE FRAG EXPANDSZ CAP DEDUP HEALTH ALTROOT
0 commit comments