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
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
When using install-pcf on Azure from the master branch, defining azure_storage_account_name as suggested in the params comments, does not actually configure the PAS tile to use Azure storage and defaults to internal (NFS).
This is with both 2.1 and 2.2 that I have tested.
Context
Defining this gives the expectation that the storage accounts created will be configured and used. Although, NFS is created and used and if this storage option is used, blobstore migration will have to be performed in order to switch.
Expected result
Use the storage type defined.
Current result
The option is ignored and internal storage is used.
Steps to Reproduce
Define, run pipeline, and review settings in PAS for file storage.
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
Issue
When using
install-pcf
on Azure from themaster
branch, definingazure_storage_account_name
as suggested in the params comments, does not actually configure the PAS tile to use Azure storage and defaults to internal (NFS).This is with both 2.1 and 2.2 that I have tested.
Context
Defining this gives the expectation that the storage accounts created will be configured and used. Although, NFS is created and used and if this storage option is used, blobstore migration will have to be performed in order to switch.
Expected result
Use the storage type defined.
Current result
The option is ignored and internal storage is used.
Steps to Reproduce
Define, run pipeline, and review settings in PAS for
file storage
.The text was updated successfully, but these errors were encountered: