Bug #16997
Updated by Ward Vandewege about 4 years ago
This means that running `arvados-server` isn't deterministic:
<pre>
workbench.su92l:/var/www/arvados-workbench/current/config# arvados-server --version
arvados-server 2.1.0~rc5 (go1.13.4)
workbench.su92l:~# arvados-server config-check
workbench.su92l:~# arvados-server config-check
Your configuration is relying on deprecated entries. Suggest making the following changes.
--- without-deprecated-configs
+++ relying-on-deprecated-configs
@@ -528,26 +528,6 @@
RAM: 34359738368
Scratch: 100000000000
VCPUs: 4
- Standard_E48_v3:
- AddedScratch: 0
- IncludedScratch: 1200000000000
- Name: Standard_E48_v3
- Preemptible: false
- Price: 3.501001
- ProviderType: Standard_E48_v3
- RAM: 412316860416
- Scratch: 1200000000000
- VCPUs: 48
- Standard_E48s_v3:
- AddedScratch: 0
- IncludedScratch: 768000000000
- Name: Standard_E48s_v3
- Preemptible: false
- Price: 3.501
- ProviderType: Standard_E48s_v3
- RAM: 412316860416
- Scratch: 768000000000
- VCPUs: 48
Standard_E4s_v3:
AddedScratch: 0
IncludedScratch: 64000000000
@@ -638,6 +618,26 @@
RAM: 274877906944
Scratch: 512000000000
VCPUs: 32
+ Standard_E48_v3:
+ AddedScratch: 0
+ IncludedScratch: 1200000000000
+ Name: Standard_E48_v3
+ Preemptible: false
+ Price: 3.501001
+ ProviderType: Standard_E48_v3
+ RAM: 412316860416
+ Scratch: 1200000000000
+ VCPUs: 48
+ Standard_E48s_v3:
+ AddedScratch: 0
+ IncludedScratch: 768000000000
+ Name: Standard_E48s_v3
+ Preemptible: false
+ Price: 3.501
+ ProviderType: Standard_E48s_v3
+ RAM: 412316860416
+ Scratch: 768000000000
+ VCPUs: 48
Standard_E64_v3:
AddedScratch: 0
IncludedScratch: 1600000000000
</pre>