Skip to content

Commit

Permalink
doc: Update Japanese man pages for aufs support
Browse files Browse the repository at this point in the history
Update lxc-clone(1) and lxc-snapshot(1) for commit 1f92162
and improve some translations

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
tenforward authored and stgraber committed Feb 13, 2014
1 parent 25190e5 commit 48e49f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions doc/ja/lxc-clone.sgml.in
Expand Up @@ -95,28 +95,28 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
snapshot filesystem uses the backing store's snapshot functionality to create
a very small copy-on-write snapshot of the original container. Snapshot
clones require the new container backing store to support snapshotting. Currently
this includes only btrfs, lvm, overlayfs and zfs. LVM devices do not support
this includes only aufs, btrfs, lvm, overlayfs and zfs. LVM devices do not support
snapshots of snapshots.
-->
<command>lxc-clone</command> は,新しいコンテナを既に存在するコンテナのクローンとして作製します.
クローンは 2 つのタイプをサポートします: コピーとスナップショットです.
コピータイプのクローンは元のコンテナから新しいコンテナへ root ファイルシステムをコピーします.
スナップショットファイルシステムは,バッキングストアのスナップショット機能を使い,元のコンテナの非常に小さな copy-on-write でのスナップショットを作製します.
スナップショットでのクローンは,新しいコンテナのバッキングストアとしてスナップショット機能のサポートが必要になります.
現時点では,このようなバッキングストアとしては btrfs, lvm, overlayfs, zfs のみをサポートします.
現時点では,このようなバッキングストアとしては aufs, btrfs, lvm, overlayfs, zfs のみをサポートします.
LVM デバイスはスナップショットのスナップショットはサポートしていません.
</para>

<para>
<!--
The backing store of the new container will be the same type as the
original container,
with one exception: overlayfs snapshots can be created of directory backed
containers. This can be requested by using the <replaceable>-B overlayfs</replaceable>
with one exception: aufs and overlayfs snapshots can be created of directory backed
containers. This can be requested by using (for overlayfs) the <replaceable>-B overlayfs</replaceable>
arguments.
-->
新しいコンテナのバッキングストアは,一つの例外を除いては,元のコンテナのタイプと同じになります: overlayfs では,ディレクトリバックエンドのコンテナのスナップショットを作製することが可能です
これは,<replaceable>-B overlayfs</replaceable> という引数を使って指定することが可能です.
新しいコンテナのバッキングストアは,元のコンテナのタイプと同じになります.ただし,ディレクトリバックエンドのコンテナのスナップショットを aufs もしくは overlayfs で作製することは可能です
例えば,overlayfs の場合は <replaceable>-B overlayfs</replaceable> という引数を使って指定することが可能です.
</para>

<para>
Expand Down Expand Up @@ -259,14 +259,14 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
Select a different backing store for the new container. By
default the same as the original container's is used. Note that
currently changing the backingstore is only supported for
overlayfs snapshots of directory backed containers. Valid
backing stores include dir (directory), btrfs, lvm, zfs, loop
aufs and overlayfs snapshots of directory backed containers. Valid
backing stores include dir (directory), aufs, btrfs, lvm, zfs, loop
and overlayfs.
-->
新しいコンテナで元のコンテナと違うバッキングストアを使う場合のバッキングストアを選択します.
デフォルトでは元のコンテナと同じものが使われます.
現時点では,バッキングストアの変更は,ディレクトリバックエンドのコンテナに対する overlayfs スナップショットに対してのみサポートされます
有効なバッキングストアは dir(directory), btrfs, lvm, zfs, loop, overlayfs を含みます
現時点では,バッキングストアの変更は,ディレクトリバックエンドのコンテナに対する aufs と overlayfs のスナップショットに対してのみサポートされます
有効なバッキングストアは dir(directory), aufs, btrfs, lvm, zfs, loop, overlayfs です
</para>
</listitem>
</varlistentry>
Expand Down
4 changes: 2 additions & 2 deletions doc/ja/lxc-snapshot.sgml.in
Expand Up @@ -150,11 +150,11 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem>
<para>
<!--
When restoring a snapshot, the last optional argument is the name to use for the restored container. If no name is given, then the original container will be destroyed and the restored container will take its place. Note that deleting the original snapshot is not possible in the case of overlayfs or zfs backed snapshots.
When restoring a snapshot, the last optional argument is the name to use for the restored container. If no name is given, then the original container will be destroyed and the restored container will take its place. Note that deleting the original snapshot is not possible in the case of aufs, overlayfs or zfs backed snapshots.
-->
スナップショットをリストアする際,最後のオプション引数はリストアされたコンテナの名前として使用されます.
もし名前が与えられてない場合,元のコンテナが破壊され,リストアされるコンテナに置き換えられます.
スナップショット元を削除することは,overlayfs と zfs がバックエンドのスナップショットでは出来ないことに注意が必要です.
スナップショット元を削除することは,aufs, overlayfs, zfs がバックエンドのスナップショットでは出来ないことに注意が必要です.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 48e49f0

Please sign in to comment.