Your Red Hat account gives you access to your profile, preferences, and services, depending on your status.
If you are a new customer, register now for access to product evaluations and purchasing capabilities.
Need access to an account?If your company has an existing Red Hat account, your organization administrator can grant you access.
For your security, if you’re on a public computer and have finished using your Red Hat services, please be sure to log out.
重要
sync
パラメーターが有効である必要があります。これは、NFS ストレージを適切にエクスポートするために必要です。また、NFS がソースのホスト物理マシンにマウントされていることが強く推奨されます。ゲスト仮想マシンのイメージは、ソースのホスト物理マシンに直接マウントされている NFS で作成される必要があります。NFS ファイルロックは KVM でサポートされていないので、使用しないでください。
ディスクイメージ用ディレクトリーを作成する
/var/lib/libvirt/images
とは別の場所にディレクトリーを作成します。例を示します。
# mkdir /var/lib/libvirt-img/images
NFS 設定ファイルに新規ディレクトリーパスを追加する
/etc/exports
に格納されています。このファイルを開き、上記ステップ 1 で作成したファイルへのパスを追加します。
# echo "/var/lib/libvirt-img/images" >> /etc/exports/[NFS-Config-FILENAME.txt]
NFS を起動する
iptables
(2049 など) で開かれていることを確認します。また、NFS を /etc/hosts.allow
ファイルに追加します。
# service nfs start
ソースおよび移行先に共有ストレージをマウントする
/var/lib/libvirt/images
ディレクトリーを両方のシステムにマウントします。
# mount source_host
:/var/lib/libvirt-img/images /var/lib/libvirt/images
警告
Here are the common uses of Markdown.
~~~
Code surrounded in tildes is easier to read
~~~
[Red Hat Customer Portal](https://access.redhat.com)