Skip to content

Commit 445d9d2

Browse files
authored
Merge pull request #95148 from wanderingcoder/avere-vfxt-update-faq
Avere vFXT documentation: add info about cold tier blob
2 parents de22844 + 278ec82 commit 445d9d2

File tree

1 file changed

+30
-28
lines changed

1 file changed

+30
-28
lines changed

articles/avere-vfxt/avere-vfxt-faq.md

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ description: Frequently asked questions about Avere vFXT for Azure
44
author: ekpgh
55
ms.service: avere-vfxt
66
ms.topic: conceptual
7-
ms.date: 02/28/2019
7+
ms.date: 11/06/2019
88
ms.author: rohogue
99
---
1010

1111

1212
# Avere vFXT for Azure FAQ
1313

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.
1515

16-
## General
16+
## General
1717

1818
### What is Avere vFXT for Azure?
1919

@@ -63,15 +63,15 @@ Avere vFXT for Azure is supported in all regions except for sovereign regions (C
6363

6464
### How do I get help with Avere vFXT?
6565

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.
6767

6868
### Is Avere vFXT highly available?
6969

7070
Yes, Avere vFXT runs exclusively as an HA solution.
7171

7272
### Does Avere vFXT for Azure also support other cloud services?
7373

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.
7575

7676
> [!NOTE]
7777
> 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.
8080

8181
### Can you describe what an Avere vFXT environment "looks like"?
8282

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.
8484

8585
### What kind of Azure virtual machines does Avere vFXT run on?
8686

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.
8888

8989
<!-- ### Can I mix and match virtual machine types for my cluster?
9090
@@ -130,7 +130,7 @@ No, you must use the supported Python script to add or remove nodes in the Avere
130130

131131
### Is there a "VM" version of the software I can run in my own local environment?
132132

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.
134134

135135
## Technical: Disks
136136

@@ -164,8 +164,8 @@ Data is striped across the disks but is not encrypted. However, the disks themse
164164

165165
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.
166166

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.
169169
170170
### Can I run Avere vFXT in a different virtual network than my compute cluster?
171171

@@ -185,47 +185,47 @@ The Avere vFXT environment is like any other Azure VM in that it requires routed
185185

186186
### What are the bandwidth requirements for Avere vFXT?
187187

188-
The overall bandwidth requirement depends on two factors:
188+
The overall bandwidth requirement depends on two factors:
189189

190-
* The amount of data being requested from the source
190+
* The amount of data being requested from the source
191191
* The client system's tolerance for latency during initial data loading
192192

193193
For latency-sensitive environments, you should use a fiber solution with a minimum link speed of 1 Gbps. Use ExpressRoute if it's available.
194194

195195
### Can I run Avere vFXT with public IP addresses?
196196

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.
198198

199-
### Can I restrict internet access from my cluster's virtual network?
199+
### Can I restrict internet access from my cluster's virtual network?
200200

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.
202202

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).
204204

205205
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).
206206

207207
## Technical: Back-end storage (core filers)
208208

209209
### How many core filers does a single Avere vFXT environment support?
210210

211-
An Avere vFXT cluster supports up to 20 core filers.
211+
An Avere vFXT cluster supports up to 20 core filers.
212212

213213
### How does the Avere vFXT environment store data?
214214

215215
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.
216216

217217
### Which core filers does Avere vFXT support?
218218

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:
220220

221221
* Dell EMC Isilon (OneFS 7.1, 7.2, 8.0, and 8.1)
222-
* NetApp ONTAP (Clustered Mode 9.4, 9.3, 9.2, 9.1P1, 8.0-8.3) and (7-Mode 7.*, 8.0-8.3)
222+
* NetApp ONTAP (Clustered Mode 9.4, 9.3, 9.2, 9.1P1, 8.0-8.3) and (7-Mode 7.*, 8.0-8.3)
223223

224-
> [!NOTE]
225-
> Azure NetApp Files currently is not supported.
224+
> [!NOTE]
225+
> Azure NetApp Files currently is not supported.
226226
227-
* Azure blob containers (locally redundant storage only)
228-
* AWS S3 buckets
227+
* Azure blob containers (locally redundant storage only)
228+
* AWS S3 buckets
229229
* Google Cloud buckets
230230

231231
### 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
250250

251251
### Can I use archive blob storage?
252252

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.
254254

255255
### Can I use cool blob storage?
256256

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.
258260

259261
### How do I encrypt the blob container?
260262

261263
You can configure blob encryption either in Azure (preferred) or at the Avere vFXT core filer level.
262264

263265
### Can I use my own encryption key for a blob core filer?
264266

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.
266268

267269
## Purchasing
268270

269271
### How do I get Avere vFXT for Azure licensing?
270272

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.
272274

273275
### How much does Avere vFXT cost?
274276

275277
In Azure, there is no additional licensing fee for using Avere vFXT clusters. Customers are responsible for storage and other Azure consumption fees.
276278

277279
### Can Avere vFXT VMs be run as low priority?
278280

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.
280282

281283
## Next steps
282284

0 commit comments

Comments
 (0)