microsoftarchive / BatchAI

Repo for publishing code Samples and CLI samples for BatchAI service
MIT License
125 stars 62 forks source link

new Batch AI cluster incorrectly mount to Blob File reference to Blob container #55

Closed wtam closed 6 years ago

wtam commented 6 years ago

Background: my old batchAI workspace recently been moved by Azure to "migrated-eastus" and after all I can't put any job to the new migrated workspace and force me to re-create a new workspace. So I;ve to re-create a new workspace and new cluster.

Problem: when creating the new cluster, I want to keep referencing my old Blob File reference storage acct. and I realized the new cluster's Blob File reference storage seem asking for the blob container (Not the Blob File reference). As I receive below error after the cluster create as it seems instead of looking my existing blob file reference folder, its seem looking at the empty Blob container Code: BFSMountError Message: unable to mount blob fuse file system Info - Azure Blob Container 'batchaidemofolder' doesn't exist

Can someone look into if its a bug?

spdjudd commented 6 years ago

I've not had to migrate workspace, but yesterday started getting a BFSMountError too - sounds like a different issue so I raised #56

llidev commented 6 years ago

@wtam It looks like we cannot repro this issue. Can you please show us how did you configure the mount volume in your job/cluster definition? Did you use python SDK, CLI or portal?

wtam commented 6 years ago

@lliimsft, I use the portal this time and my original cluster before mover by MSFT was use CLI.

Here's my job blob file reference and I wonder why its ask for container in File reference job_blob_filereference

and here's the blob File refence [Not Container!] blob_filereference

and here's job basic info

job_cluster_basic_info

wtam commented 6 years ago

Thanks @LiLi, I got mixed up from the Az storage acct's File Reference from Blob. Now pointing change the mount to File reference and its working