source: general/genlib/libblockdev.xml

trunk
Last change on this file was d4c10acd, checked in by Bruce Dubbs <bdubbs@…>, 4 weeks ago

libblockdev-3.1.1.

  • Property mode set to 100644
File size: 8.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libblockdev-download-http
8 "https://github.com/storaged-project/libblockdev/releases/download/&libblockdev-version;-1/libblockdev-&libblockdev-version;.tar.gz">
9 <!ENTITY libblockdev-download-ftp " ">
10 <!ENTITY libblockdev-md5sum "28d43f2d6bff85245502a8c4c478c5a3">
11 <!ENTITY libblockdev-size "1.0 MB">
12 <!ENTITY libblockdev-buildsize "13 MB">
13 <!ENTITY libblockdev-time "0.1 SBU">
14]>
15
16<sect1 id="libblockdev" xreflabel="libblockdev-&libblockdev-version;">
17 <?dbhtml filename="libblockdev.html"?>
18
19
20 <title>libblockdev-&libblockdev-version;</title>
21
22 <indexterm zone="libblockdev">
23 <primary sortas="a-libblockdev">libblockdev</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to libblockdev</title>
28
29 <para>
30 libblockdev is a C library supporting GObject Introspection for
31 manipulation of block devices. It has a plugin-based architecture where
32 each technology (like LVM, Btrfs, MD RAID, Swap,...) is implemented in a
33 separate plugin, possibly with multiple implementations (e.g. using LVM
34 CLI or the new LVM DBus API).
35 </para>
36
37 &lfs121_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libblockdev-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libblockdev-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libblockdev-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libblockdev-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libblockdev-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libblockdev-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libblockdev Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="glib2"/> (GObject Introspection required for GNOME)
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="cryptsetup"/>,
83 <xref linkend="keyutils"/>,
84 <xref linkend="libbytesize"/>,
85 <xref linkend="libnvme"/>, and
86 <xref linkend="lvm2"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="btrfs-progs"/>,
92 <xref linkend="gtk-doc"/>,
93 <xref linkend="mdadm"/>,
94 <xref linkend="parted"/>,
95 <ulink url="https://github.com/felixonmars/volume_key">volume_key</ulink>,
96<!-- <xref linkend="volume_key"/>,-->
97<!-- <ulink url="https://people.redhat.com/~heinzm/sw/dmraid/">dmraid</ulink>, -->
98<!-- <ulink url="https://bcachefs.org/">bcachefs</ulink>, -->
99 <ulink url="https://github.com/pmem/ndctl">ndctl</ulink>, and
100 <ulink url="https://github.com/Datera/targetcli">targetcli</ulink>
101 (for tests)
102 </para>
103
104 </sect2>
105
106 <sect2 role="installation">
107 <title>Installation of libblockdev</title>
108<!--
109 <para>
110 Fix the usage of a glib function deprecated for security:
111 </para>
112
113<screen><userinput>sed 's/g_memdup/&amp;2/' -i \
114 src/lib/plugin_apis/vdo.{c,api} \
115 src/plugins/vdo.c</userinput></screen>
116-->
117 <para>
118 Install <application>libblockdev</application> by running
119 the following commands:
120 </para>
121
122<screen><userinput>./configure --prefix=/usr \
123 --sysconfdir=/etc \
124 --with-python3 \
125 --without-escrow \
126 --without-gtk-doc \
127 --without-lvm \
128 --without-lvm_dbus \
129 --without-nvdimm \
130 --without-tools &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 The test suite requires <application>targetcli</application>, which
135 is not a part of BLFS.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install</userinput></screen>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <para>
150 <parameter>--without-escrow</parameter>: This switch allows building
151 <application>libblockdev</application> without volume_key installed.
152 </para>
153
154 <para>
155 <parameter>--without-lvm</parameter>
156 <parameter>--without-lvm_dbus</parameter>
157 <parameter>--without-tools</parameter>: The combination of these
158 switches allows
159 building <application>libblockdev</application> without
160 <xref linkend="parted"/> installed. Remove it if you've installed
161 <xref linkend="parted"/> and wish to build the
162 <command>lvm-cache-stats</command> or <command>vfat-resize</command>
163 utilities, or wish <application>libblockdev</application> to support
164 logical volumes.
165 </para>
166
167 <para>
168 <option>--without-btrfs --without-mdraid --without-tools</option>:
169 The combination of these switches allows building
170 <application>libblockdev</application> without
171 <xref linkend="libbytesize"/> installed. The
172 <option>--without-mdraid</option> option will break
173 <xref linkend="udisks2"/>, so don't use it unless you really know what
174 you are doing.
175 </para>
176
177 <para>
178 <option>--without-crypto</option>: This switch allows building
179 <application>libblockdev</application> without
180 <xref linkend="cryptsetup"/> or <xref linkend="keyutils"/> installed.
181 This switch will break <xref linkend="udisks2"/>, so don't use it
182 unless you really know what you are doing.
183 </para>
184
185 <para>
186 <option>--without-dm --without-lvm --without-lvm_dbus
187 --without-mpath</option>: The combination of these switches allows
188 building <application>libblockdev</application> without
189 <xref linkend="lvm2"/> installed. The <option>--without-dm</option>
190 and <option>--without-mpath</option> options are not in the instructions
191 provided by the book because <xref linkend="lvm2"/> is required for
192 <xref linkend="cryptsetup"/> and <xref linkend="cryptsetup"/> is a
193 recommended dependency of <application>libblockdev</application> anyway.
194 </para>
195
196 <para>
197 <option>--without-nvme</option>: This switch allows building
198 <application>libblockdev</application> without
199 <xref linkend="libnvme"/> installed. This switch will break
200 <xref linkend="udisks2"/>, so don't use it unless you really know what
201 you are doing.
202 </para>
203
204 </sect2>
205
206 <sect2 role="content">
207 <title>Contents</title>
208
209 <segmentedlist>
210 <segtitle>Installed Programs</segtitle>
211 <segtitle>Installed Libraries</segtitle>
212 <segtitle>Installed Directories</segtitle>
213
214 <seglistitem>
215 <seg>
216 lvm-cache-stats and vfat-resize (both optional)
217 </seg>
218 <seg>
219 libbd_btrfs.so,
220 libbd_crypto.so,
221 libbd_dm.so,
222 libbd_fs.so,
223 libbd_loop.so,
224 libbd_lvm.so (optional),
225 libbd_lvm-dbus.so (optional),
226 libbd_mdraid.so,
227 libbd_mpath.so,
228 libbd_nvme.so,
229 libbd_part.so,
230 libbd_swap.so,
231 libbd_utils.so, and
232 libblockdev.so
233 </seg>
234 <seg>
235 /etc/libblockdev,
236 /usr/include/blockdev, and
237 /usr/share/gtk-doc/html/libblockdev (optional)
238 </seg>
239 </seglistitem>
240 </segmentedlist>
241
242 <variablelist>
243 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
244 <?dbfo list-presentation="list"?>
245 <?dbhtml list-presentation="table"?>
246
247 <varlistentry id="lvm-cache-stats">
248 <term><command>lvm-cache-stats</command></term>
249 <listitem>
250 <para>
251 prints statistics on caches on LVM Logical Volumes
252 </para>
253 <indexterm zone="libblockdev lvm-cache-stats">
254 <primary sortas="b-lvm-cache-stats">lvm-cache-stats</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="vfat-resize">
260 <term><command>vfat-resize</command></term>
261 <listitem>
262 <para>
263 resizes <systemitem class="filesystem">vfat</systemitem>
264 file systems
265 </para>
266 <indexterm zone="libblockdev vfat-resize">
267 <primary sortas="b-vfat-resize">vfat-resize</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271 </variablelist>
272
273 </sect2>
274
275</sect1>
Note: See TracBrowser for help on using the repository browser.