Azure存储帐户在Data Lake Gen2验证过程中停留在0%。

huangapple go评论51阅读模式
英文:

Azure Storage Account stuck on 0% for Data Lake Gen2 validation

问题

我正试图将我的Azure存储帐户升级到Gen2数据湖。我在用户界面中运行了3个步骤的过程,但当我到达第2步(验证)时,进度仅停留在0%,从不继续。我没有看到出现任何错误或其他信息,只是没有进展,我已经让它运行了几个小时。

我需要在这里做什么?

英文:

I am trying to upgrade my Azure Storage Account to the Gen2 Data Lake. I am running the 3 step process in the UI, but when I get to step 2 (validation), it just sits at 0% and never progresses. I don't see any errors come up or anything, just no progress and I have left it running for hours.

What do I need to do here?

答案1

得分: 1

我遇到了同样的问题,对我来说,通过命令行方式进行操作(参见此处)有效。

对于 Azure CLI,这意味着激活包含存储帐户的订阅,然后执行以下命令:

az storage account hns-migration start --type validation -n <storage-account-name> -g <resource-group-name>
英文:

I had the same issue and for me doing it through the command line (see here) worked.

For Azure CLI that means activating the subscription where you storage account is in and then executing the following command:

az storage account hns-migration start --type validation -n &lt;storage-account-name&gt; -g &lt;resource-group-name&gt;

答案2

得分: 1

我最终找到了答案:存在错误,但前端没有显示出来。我进入了容器,发现了一个用于hns迁移的容器,在其中有一个包含详细信息的error.json文件。

对我来说,问题出在一些文件上,它们有多个版本。

英文:

I ended up finding the answer: there were errors, the front-end just wasn't showing them. I went into the containers and there was one for the hns migration, inside was an error.json file with the details.

For me it was some files which had multiple versions.

huangapple
  • 本文由 发表于 2023年7月17日 23:54:28
  • 转载请务必保留本文链接:https://go.coder-hub.com/76706200.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定