mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #3028: Fix sched log formatting
This commit is contained in:
parent
a0a9504f17
commit
991b67197d
@ -39,7 +39,7 @@ int VirtualMachinePoolXML::set_up()
|
||||
<< right << setw(8) << "VM" << " "
|
||||
<< right << setw(4) << "CPU" << " "
|
||||
<< right << setw(11) << "Memory" << " "
|
||||
<< right << setw(2) << "PCI" << " "
|
||||
<< right << setw(3) << "PCI" << " "
|
||||
<< right << setw(11) << "System DS" << " "
|
||||
<< " Image DS"
|
||||
<< endl << setw(60) << setfill('-') << "-" << setfill(' ');
|
||||
@ -70,7 +70,7 @@ int VirtualMachinePoolXML::set_up()
|
||||
<< right << setw(8) << it->first << " "
|
||||
<< right << setw(4) << cpu << " "
|
||||
<< right << setw(11) << mem << " "
|
||||
<< right << setw(2) << pci.size() << " "
|
||||
<< right << setw(3) << pci.size() << " "
|
||||
<< right << setw(11) << disk << " ";
|
||||
|
||||
map<int,long long> ds_usage = vm->get_storage_usage();
|
||||
|
Loading…
x
Reference in New Issue
Block a user