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
Copy file name to clipboardExpand all lines: faq/elastic-metal.mdx
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,10 @@ Each failover IP consists of a `/64` IPv6 subnet (18,446,744,073,709,551,616 IPv
156
156
157
157
Yes, Elastic Metal servers are delivered with an IPv6 address (/128) preconfigured.
158
158
159
+
### Can I attach Block Storage volumes to my Elastic Metal server?
160
+
161
+
Elastic Metal is not currently compatible with Block Storage, but this functionality is planned for the future.
162
+
159
163
## Windows Server specific questions
160
164
161
165
### Is Windows available on Elastic Metal?
@@ -184,4 +188,5 @@ After installing the OS, you can manually enable Hyper-V roles from the Roles an
184
188
185
189
### How many virtual machines can I install under Hyper-V?
186
190
187
-
Hyper-V is a hypervisor for hosting virtual machines. The Standard version of Microsoft Server allows you to install 2 virtual machines per host (per Elastic Metal server). The number of virtual machines (VM) on the Datacenter version is unlimited.
191
+
Hyper-V is a hypervisor for hosting virtual machines. The Standard version of Microsoft Server allows you to install 2 virtual machines per host (per Elastic Metal server). The number of virtual machines (VM) on the Datacenter version is unlimited.
Before we look more closely at the variables we just added, further action is required. Since you have a new package (`boto3` in this case) used in the variable `STATICFILES_STORAGE`, you need to follow the next steps:
80
+
Before we look more closely at the variables we just added, further action is required. Since you have a new package (`boto3` in this case) used in the variable `STORAGES`, you need to follow the next steps:
81
81
3. Add the `boto3` package to your requirements list.
82
82
4. Add the `boto3` package (`storages` app) to the list of applications used in your Django project in your `settings.py` file.
83
83
```
@@ -94,7 +94,7 @@ In all applications, you have to define settings, usually based on environment v
94
94
-`AWS_S3_HOST` and `AWS_S3_ENDPOINT_URL` are the URLs needed to access your Object Storage bucket. They are composed of the previously defined variables.
95
95
-`AWS_LOCATION` is the folder that will be created in our Object Storage bucket for our static files
96
96
-`STATIC_URL` has changed
97
-
-`STATICFILES_STORAGE` defines the new storage class that we want to use, here standard Amazon S3 protocol storage. We now need to give values to our environment values, so that they can be correctly found by `settings.py` via `os.getenv('MY_VAR_NAME')`.
97
+
-`STORAGES` defines the new storage class that we want to use, here standard Amazon S3 protocol storage. We now need to give values to our environment values, so that they can be correctly found by `settings.py` via `os.getenv('MY_VAR_NAME')`.
98
98
99
99
<Messagetype="note">
100
100
Remember that Amazon S3 is a standard protocol. Even though the `boto3` library asks us to prefix variables with `AWS`, it nonetheless works perfectly with Scaleway Object Storage.
0 commit comments