1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302
|
=encoding utf8
=head1 名前
virt-sparsify - 仮想マシンのディスクをスパースにします
=head1 書式
virt-sparsify [--options] indisk outdisk
=head1 説明
Virt-sparsify is a tool which can make a virtual machine disk (or any disk
image) sparse a.k.a. thin-provisioned. This means that free space within
the disk image can be converted back to free space on the host.
Virt-sparsify can locate and sparsify free space in most filesystems
(eg. ext2/3/4, btrfs, NTFS, etc.), and also in LVM physical volumes.
Virt-sparsify はさまざまなディスクフォーマットを変換することができます。例えば、raw ディスクイメージをシンプロビジョニングされた
qcow2 イメージに変換することができます。
Virt-sparsify can operate on any disk image, not just ones from virtual
machines. If a virtual machine has more than one attached disk, you must
sparsify each one separately.
=head2 IMPORTANT LIMITATIONS
=over 4
=item *
Virt-sparsify does not do in-place modifications. It copies from a source
image to a destination image, leaving the source unchanged. I<Check that
the sparsification was successful before deleting the source image>.
=item *
The virtual machine I<must be shut down> before using this tool.
=item *
Virt-sparsify may require up to 2x the virtual size of the source disk image
(1 temporary copy + 1 destination image). This is in the worst case and
usually much less space is required.
=item *
Virt-sparsify cannot resize disk images. To do that, use L<virt-resize(1)>.
=item *
virt-sparsify は暗号化されたディスクを処理できません。 libguestfs
は暗号化されたディスクをサポートしますが、暗号化されたディスク自体はスパース化できません。
=item *
Virt-sparsify cannot yet sparsify the space between partitions. Note that
this space is often used for critical items like bootloaders so it's not
really unused.
=back
You may also want to read the manual pages for the associated tools
L<virt-filesystems(1)> and L<virt-df(1)> before starting.
=head1 例
一般的な使用法は次のとおりです:
virt-sparsify indisk outdisk
which copies C<indisk> to C<outdisk>, making the output sparse. C<outdisk>
is created, or overwritten if it already exists. The format of the input
disk is detected (eg. qcow2) and the same format is used for the output
disk.
形式を変換するには I<--convert> オプションを使用します:
virt-sparsify disk.raw --convert qcow2 disk.qcow2
Virt-sparsify tries to zero and sparsify free space on every filesystem it
can find within the source disk image. You can get it to ignore (don't zero
free space on) certain filesystems by doing:
virt-sparsify --ignore /dev/sda1 indisk outdisk
ディスクイメージにあるファイルシステムの一覧を取得するには L<virt-filesystems(1)> を参照してください。
=head1 オプション
=over 4
=item B<--help>
ヘルプを表示します。
=item B<--compress>
出力ファイルを圧縮します。これは 出力形式が C<qcow2> の場合 I<のみ> 機能します。
=item B<--convert> raw
=item B<--convert> qcow2
=item B<--convert> [other formats]
Use C<output-format> as the format for the destination image. If this is
not specified, then the input format is used.
サポートされる既知の動作済み出力形式は次のとおりです: C<raw>, C<qcow2>, C<vdi>。
L<qemu-img(1)> プログラムによりサポートされるすべての形式を使用できます。たとえば、C<vmdk> ですが、他の形式のサポートは QEMU
に依存します。
Specifying the I<--convert> option is usually a good idea, because then
virt-sparsify doesn't need to try to guess the input format.
出力形式を詳細に調整します。関連項目: I<--compress>, I<-o>.
=item B<--debug-gc>
ガベージコレクションおよびメモリー割り当てをデバッグします。これは virt-sparsify におけるメモリー問題または OCaml
libguestfs バインドをデバッグするときのみ有用です。
=item B<--format> raw
=item B<--format> qcow2
Specify the format of the input disk image. If this flag is not given then
it is auto-detected from the image itself.
If working with untrusted raw-format guest disk images, you should ensure
the format is always specified.
=item B<--ignore> filesystem
=item B<--ignore> volgroup
Ignore the named filesystem. Free space on the filesystem will not be
zeroed, but existing blocks of zeroes will still be sparsified.
In the second form, this ignores the named volume group. Use the volume
group name without the C</dev/> prefix, eg. I<--ignore vg_foo>
このオプションは複数回指定できます。
=item B<--machine-readable>
このオプションは、他のプログラムにより解析されるときに、よりマシンに易しい出力を作成するために使用されます。以下の L</マシン可読な出力> 参照。
=item B<-o> option[,option,...]
Pass I<-o> option(s) to the L<qemu-img(1)> command to fine-tune the output
format. Options available depend on the output format (see I<--convert>)
and the installed version of the qemu-img program.
You should use I<-o> at most once. To pass multiple options, separate them
with commas, eg:
virt-sparsify --convert qcow2 \
-o cluster_size=512,preallocation=metadata ...
=item B<-q>
=item B<--quiet>
This disables progress bars and other unnecessary output.
=item B<-v>
=item B<--verbose>
デバッグ用の冗長なメッセージを有効にします。
=item B<-V>
=item B<--version>
バージョン番号を表示して終了します。
=item B<-x>
libguestfs API 呼び出しのトレースを有効にします。
=item B<--zero> パーティション
=item B<--zero> 論理ボリューム
仮想マシンにある名前付きパーティションまたは論理ボリュームの内容をゼロ上書きします。デバイスにあるすべてのデータは失われます。しかし、スパース化は素晴らしいことです!このオプションを複数回指定できます。
=back
=head1 マシン可読な出力
The I<--machine-readable> option can be used to make the output more machine
friendly, which is useful when calling virt-sparsify from other programs,
GUIs etc.
このオプションを使用するには 2 通りの方法があります。
Firstly use the option on its own to query the capabilities of the
virt-sparsify binary. Typical output looks like this:
$ virt-sparsify --machine-readable
virt-sparsify
ntfs
btrfs
A list of features is printed, one per line, and the program exits with
status 0.
Secondly use the option in conjunction with other options to make the
regular program output more machine friendly.
At the moment this means:
=over 4
=item 1.
Progress bar messages can be parsed from stdout by looking for this regular
expression:
^[0-9]+/[0-9]+$
=item 2.
The calling program should treat messages sent to stdout (except for
progress bar messages) as status messages. They can be logged and/or
displayed to the user.
=item 3.
The calling program should treat messages sent to stderr as error messages.
In addition, virt-sparsify exits with a non-zero status code if there was a
fatal error.
=back
All versions of virt-sparsify have supported the I<--machine-readable>
option.
=head1 終了ステータス
このプログラムは、成功すると 0 を、エラーがあると 0 以外を返します。
=head1 環境変数
=over 4
=item TMPDIR
Location of the temporary directory used for the potentially large temporary
overlay file.
You should ensure there is enough free space in the worst case for a full
copy of the source disk (I<virtual> size), or else set C<$TMPDIR> to point
to another directory that has enough space.
この初期値は C</tmp> です。
Note that if C<$TMPDIR> is a tmpfs (eg. if C</tmp> is on tmpfs, or if you
use C<TMPDIR=/dev/shm>), tmpfs defaults to a maximum size of I<half> of
physical RAM. If virt-sparsify exceeds this, it will hang. The solution is
either to use a real disk, or to increase the maximum size of the tmpfs
mountpoint, eg:
mount -o remount,size=10G /tmp
=back
他の環境変数は L<guestfs(3)/環境変数> を参照してください。
=head1 関連項目
L<virt-filesystems(1)>, L<virt-df(1)>, L<virt-resize(1)>, L<virt-rescue(1)>,
L<guestfs(3)>, L<guestfish(1)>, L<truncate(1)>, L<fallocate(1)>,
L<qemu-img(1)>, L<http://libguestfs.org/>.
=head1 著者
Richard W.M. Jones L<http://people.redhat.com/~rjones/>
=head1 COPYRIGHT
Copyright (C) 2011 Red Hat Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|