You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"aix": "System firmware will select AIX/Linux as default partition environment.",
1516
1519
"linux" : "System firmware will select AIX/Linux as default partition environment.",
1520
+
"linuxKVM": "System firmware will select Linux KVM as default partition environment.",
1517
1521
"ibmI": "Server firmware will select IBM i as default partition environment.",
1518
1522
"default": "System firmware will automatically select the default partition environment based on system brand type."
1519
1523
}
@@ -1533,6 +1537,20 @@
1533
1537
"bootToOpenFirware": "The system stops at the open firmware prompt.",
1534
1538
"serviceBootMode": "The system boots from the default boot list. This option is the preferred way to run stand-alone diagnostics from a CD-ROM drive."
1535
1539
}
1540
+
},
1541
+
"linuxKvmItems": {
1542
+
"setting": {
1543
+
"automatic": "Automatic",
1544
+
"custom": "Custom"
1545
+
},
1546
+
"description": {
1547
+
"automatic": "The system will determine the percentage of available system memory to be reserved for the management of KVM guests.",
1548
+
"custom" : "The user specified percentage of available system memory will be reserved for the management of KVM guests."
1549
+
}
1550
+
},
1551
+
"linuxKvmPercentage": {
1552
+
"description": "Specifies the percentage of available system memory that will be reserved for the management of KVM guests. The percentage is specified to the 10th of a percent.",
1553
+
"errorMessage": "Value must be in range of 0-100 and include decimals with up to one decimal point."
1536
1554
},
1537
1555
"ibmiItems": {
1538
1556
"setting": {
@@ -1552,6 +1570,7 @@
1552
1570
"pvm_default_os_type": {
1553
1571
"AIX": "AIX",
1554
1572
"Linux": "Linux",
1573
+
"Linux KVM": "Linux KVM",
1555
1574
"IBM I": "IBM I",
1556
1575
"Default": "Default"
1557
1576
},
@@ -1582,6 +1601,10 @@
1582
1601
"automaticHelperText": "With this setting, when the system is not partitioned, the behavior is the same as power off, and when the system is partitioned, the behavior of the system is the same as stay on",
1583
1602
"powerOffHelperText": "When the last partition powers off, the server will power off",
1584
1603
"stayOnHelperText": "When the last partition powers off, the server will stay on"
1604
+
},
1605
+
"pvm_linux_kvm_memory": {
1606
+
"Automatic": "Automatic",
1607
+
"Custom": "Custom"
1585
1608
}
1586
1609
}
1587
1610
},
@@ -1596,7 +1619,8 @@
1596
1619
"toast": {
1597
1620
"errorPowerOn": "BMC is not ready to power on the host.",
0 commit comments