Actions
Idea #13569
closedAdd units tera / giga / mega / kilo for configurations
Start date:
06/29/2018
Due date:
Story points:
1.0
Release:
Release relationship:
Auto
Description
It will be great to have suffixes in configurations to express [TGMK][i]B note the "i" to take in account both options for MiB Mebibytes and MB Megabytes to make configuration simpler in systems that express Disk size (usually in Megabytes ) and Memory (usually in Mebibytes:
/etc/arvados/config.yml Clusters: zzzzz: InstanceTypes: - Name: Standard_D1_v2 VCPUs: 1 RAM: 3.584GiB Scratch: 50GB Price: 0.073
this should be consistent across the different configurations as in :
/etc/arvados-node-manager/config.ini [Size Standard_E64_v3] cores = 64 price = 4.412 scratch = 864000
Related issues
Actions