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: articles/avere-vfxt/avere-vfxt-faq.md
+30-28Lines changed: 30 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@ description: Frequently asked questions about Avere vFXT for Azure
4
4
author: ekpgh
5
5
ms.service: avere-vfxt
6
6
ms.topic: conceptual
7
-
ms.date: 02/28/2019
7
+
ms.date: 11/06/2019
8
8
ms.author: rohogue
9
9
---
10
10
11
11
12
12
# Avere vFXT for Azure FAQ
13
13
14
-
This article answers questions that can help you decide if Avere vFXT for Azure is right for your needs. It gives basic information about Avere vFXT and explains how it works with other Azure components and with products from outside vendors.
14
+
This article answers questions that can help you decide if Avere vFXT for Azure is right for your needs. It gives basic information about Avere vFXT and explains how it works with other Azure components and with products from outside vendors.
15
15
16
-
## General
16
+
## General
17
17
18
18
### What is Avere vFXT for Azure?
19
19
@@ -63,15 +63,15 @@ Avere vFXT for Azure is supported in all regions except for sovereign regions (C
63
63
64
64
### How do I get help with Avere vFXT?
65
65
66
-
A specialized support group offers help with Avere vFXT for Azure. Follow the instructions in [Get help with your system](avere-vfxt-open-ticket.md#open-a-support-ticket-for-your-avere-vfxt) to open a support ticket from the Azure portal.
66
+
A specialized support group offers help with Avere vFXT for Azure. Follow the instructions in [Get help with your system](avere-vfxt-open-ticket.md#open-a-support-ticket-for-your-avere-vfxt) to open a support ticket from the Azure portal.
67
67
68
68
### Is Avere vFXT highly available?
69
69
70
70
Yes, Avere vFXT runs exclusively as an HA solution.
71
71
72
72
### Does Avere vFXT for Azure also support other cloud services?
73
73
74
-
Yes, customers can use more than one cloud provider with the Avere vFXT cluster. It supports AWS S3 standard buckets, Google Cloud Services standard buckets, and Azure blob containers.
74
+
Yes, customers can use more than one cloud provider with the Avere vFXT cluster. It supports AWS S3 standard buckets, Google Cloud Services standard buckets, and Azure blob containers.
75
75
76
76
> [!NOTE]
77
77
> A software fee applies to use Avere vFXT in AWS or Google Cloud, but not with Azure.
@@ -80,11 +80,11 @@ Yes, customers can use more than one cloud provider with the Avere vFXT cluster.
80
80
81
81
### Can you describe what an Avere vFXT environment "looks like"?
82
82
83
-
Avere vFXT is a clustered appliance made of multiple Azure virtual machines. A Python library handles cluster creation, deletion, and modification. Read [What is Avere vFXT for Azure?](avere-vfxt-overview.md) to learn more.
83
+
Avere vFXT is a clustered appliance made of multiple Azure virtual machines. A Python library handles cluster creation, deletion, and modification. Read [What is Avere vFXT for Azure?](avere-vfxt-overview.md) to learn more.
84
84
85
85
### What kind of Azure virtual machines does Avere vFXT run on?
86
86
87
-
An Avere vFXT for Azure cluster uses Microsoft Azure E32s_v3 virtual machines.
87
+
An Avere vFXT for Azure cluster uses Microsoft Azure E32s_v3 virtual machines.
88
88
89
89
<!-- ### Can I mix and match virtual machine types for my cluster?
90
90
@@ -130,7 +130,7 @@ No, you must use the supported Python script to add or remove nodes in the Avere
130
130
131
131
### Is there a "VM" version of the software I can run in my own local environment?
132
132
133
-
No, the system is offered as a clustered appliance and tested on specific virtual machine types. This restriction helps customers avoid creating a system that can't support the high-performance requirements of a typical Avere vFXT workflow.
133
+
No, the system is offered as a clustered appliance and tested on specific virtual machine types. This restriction helps customers avoid creating a system that can't support the high-performance requirements of a typical Avere vFXT workflow.
134
134
135
135
## Technical: Disks
136
136
@@ -164,8 +164,8 @@ Data is striped across the disks but is not encrypted. However, the disks themse
164
164
165
165
If you're using on-premises storage with Avere vFXT, you should have a 1-Gbps or better network connection. If you have a small amount of data and are willing to copy data to the cloud before running jobs, VPN connectivity might be enough.
166
166
167
-
> [!TIP]
168
-
> The slower the network link is, the slower the initial cold reads will be. Slow reads increase the latency of the work pipeline.
167
+
> [!TIP]
168
+
> The slower the network link is, the slower the initial cold reads will be. Slow reads increase the latency of the work pipeline.
169
169
170
170
### Can I run Avere vFXT in a different virtual network than my compute cluster?
171
171
@@ -185,47 +185,47 @@ The Avere vFXT environment is like any other Azure VM in that it requires routed
185
185
186
186
### What are the bandwidth requirements for Avere vFXT?
187
187
188
-
The overall bandwidth requirement depends on two factors:
188
+
The overall bandwidth requirement depends on two factors:
189
189
190
-
* The amount of data being requested from the source
190
+
* The amount of data being requested from the source
191
191
* The client system's tolerance for latency during initial data loading
192
192
193
193
For latency-sensitive environments, you should use a fiber solution with a minimum link speed of 1 Gbps. Use ExpressRoute if it's available.
194
194
195
195
### Can I run Avere vFXT with public IP addresses?
196
196
197
-
No, Avere vFXT is meant to be operated in a network environment secured through best practices.
197
+
No, Avere vFXT is meant to be operated in a network environment secured through best practices.
198
198
199
-
### Can I restrict internet access from my cluster's virtual network?
199
+
### Can I restrict internet access from my cluster's virtual network?
200
200
201
-
In general, you can configure additional security on your vnet as needed, but some restrictions can interfere with the operation of the cluster.
201
+
In general, you can configure additional security on your virtual network as needed, but some restrictions can interfere with the operation of the cluster.
202
202
203
-
For example, restricting outbound internet access from your vnet causes problems for the cluster unless you also add a rule that explicitly allows access to AzureCloud. This situation is described in [supplemental documentation on GitHub](https://github.com/Azure/Avere/tree/master/src/vfxt/internet_access.md).
203
+
For example, restricting outbound internet access from your virtual network causes problems for the cluster unless you also add a rule that explicitly allows access to AzureCloud. This situation is described in [supplemental documentation on GitHub](https://github.com/Azure/Avere/tree/master/src/vfxt/internet_access.md).
204
204
205
205
For help with customized security, contact support as described in [Get help with your system](avere-vfxt-open-ticket.md#open-a-support-ticket-for-your-avere-vfxt).
206
206
207
207
## Technical: Back-end storage (core filers)
208
208
209
209
### How many core filers does a single Avere vFXT environment support?
210
210
211
-
An Avere vFXT cluster supports up to 20 core filers.
211
+
An Avere vFXT cluster supports up to 20 core filers.
212
212
213
213
### How does the Avere vFXT environment store data?
214
214
215
215
Avere vFXT is not storage. It's a cache that reads and writes data from multiple storage targets called core filers. Data stored on premium SSD disks in Avere vFXT is transient and is eventually flushed to the back-end core filer storage.
216
216
217
217
### Which core filers does Avere vFXT support?
218
218
219
-
In general terms, Avere vFXT for Azure supports the following systems as core filers:
219
+
In general terms, Avere vFXT for Azure supports the following systems as core filers:
### Why doesn't Avere vFXT support all NFS filers?
@@ -250,33 +250,35 @@ Your storage account must be a general-purpose v2 (GPv2) account and configured
250
250
251
251
### Can I use archive blob storage?
252
252
253
-
No. The service-level agreement (SLA) for archive storage is not compatible with the real-time directory and file access needs of the Avere vFXT system.
253
+
No. The service-level agreement (SLA) for archive storage is not compatible with the real-time directory and file access needs of the Avere vFXT system.
254
254
255
255
### Can I use cool blob storage?
256
256
257
-
You can use the cool tier, but note that the rate of operations will be much higher.
257
+
Cool tier blob storage is not usually recommended for an Avere vFXT for Azure core filer. Cool tier offers lower storage costs but higher operations costs. (See [Block blob pricing](<https://azure.microsoft.com/pricing/details/storage/blobs/>) for more details.) If data will be accessed and modified or deleted frequently, please consider using the Hot tier.
258
+
259
+
[Access tiers](https://docs.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers#cool-access-tier) gives more information about when it might make sense to use cool tier storage as a vFXT core filer.
258
260
259
261
### How do I encrypt the blob container?
260
262
261
263
You can configure blob encryption either in Azure (preferred) or at the Avere vFXT core filer level.
262
264
263
265
### Can I use my own encryption key for a blob core filer?
264
266
265
-
By default, data is encrypted through Microsoft-managed keys for Azure Blob, Table, and Queue storage, plus Azure Files. You can bring your own key for encryption for Blob storage and Azure Files. If you choose to use Avere vFXT encryption, you must use the Avere-generated key and store it locally.
267
+
By default, data is encrypted through Microsoft-managed keys for Azure Blob, Table, and Queue storage, plus Azure Files. You can bring your own key for encryption for Blob storage and Azure Files. If you choose to use Avere vFXT encryption, you must use the Avere-generated key and store it locally.
266
268
267
269
## Purchasing
268
270
269
271
### How do I get Avere vFXT for Azure licensing?
270
272
271
-
Getting an Avere vFXT for Azure license is easy through the Azure Marketplace. Sign up for an Azure account, and then follow the instructions in [Deploy the Avere vFXT cluster](avere-vfxt-deploy.md) to create an Avere vFXT cluster.
273
+
Getting an Avere vFXT for Azure license is easy through the Azure Marketplace. Sign up for an Azure account, and then follow the instructions in [Deploy the Avere vFXT cluster](avere-vfxt-deploy.md) to create an Avere vFXT cluster.
272
274
273
275
### How much does Avere vFXT cost?
274
276
275
277
In Azure, there is no additional licensing fee for using Avere vFXT clusters. Customers are responsible for storage and other Azure consumption fees.
276
278
277
279
### Can Avere vFXT VMs be run as low priority?
278
280
279
-
No, Avere vFXT clusters require "always on" service. The clusters can be turned off when not needed.
281
+
No, Avere vFXT clusters require "always on" service. The clusters can be turned off when not needed.
0 commit comments