차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
| migration_bandwidth_변경 [2017/03/09 07:46] – 만듦 koov | migration_bandwidth_변경 [2020/01/30 05:10] (현재) – koov | ||
|---|---|---|---|
| 줄 2: | 줄 2: | ||
| - | 참조링크 : https://access.redhat.com/solutions/744423 | + | <WRAP prewrap> |
| + | <code vim /etc/vdsm/vdsm.conf> | ||
| + | [vars] | ||
| + | trust_store_path = /etc/pki/vdsm | ||
| + | ssl=true | ||
| - | /etc/vdsm/ | + | # Maximum bandwidth for migration, in MiBps, 0 means libvirt' |
| - | migration_max_bandwidth = 0 | + | # since 0.10.x default in libvirt is unlimited |
| + | # migration_max_bandwidth = 32 | ||
| + | migration_max_bandwidth = 100 | ||
| + | |||
| + | [addresses] | ||
| + | management_port=54321 | ||
| + | </code> | ||
| + | </WRAP> | ||
| + | |||
| + | Note: You can set the migration_max_bandwidth = 1024, as per requirement. However, you also consider capability of network which is used for migration. | ||
| + | |||
| + | 3. Restart the vdsmd service. | ||
| + | |||
| + | <WRAP prewrap> | ||
| + | <code bash> | ||
| + | # service vdsmd restart | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | 참조링크 : https:// | ||