migration_bandwidth_변경

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
migration_bandwidth_변경 [2017/03/09 07:46] – 만듦 koovmigration_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/vdsm.conf +# Maximum bandwidth for migration, in MiBps, 0 means libvirt's default, 
-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 
 +</code> 
 +</WRAP> 
 + 
 +참조링크 : https://access.redhat.com/solutions/744423
  • migration_bandwidth_변경.1489045565.txt.gz
  • 마지막으로 수정됨: 2017/03/09 07:46
  • 저자 koov