我正在尝试使用 azure 容器实例设置 mongo DB 实例并将其安装在 Azure 文件共享上。
我们收到以下错误:
[initandlisten] WiredTiger error (1) [1579245437:724939][1:0x7f9419c67b00], connection: __posix_open_file, 667: /data/db/WiredTiger.wt: handle-open: open: Operation not permitted Raw: [1579245437:724939][1:0x7f9419c67b00], connection: __posix_open_file, 667: /data/db/WiredTiger.wt: handle-open: open: Operation not permitted
W STORAGE [initandlisten] Failed to start up WiredTiger under any compatibility version.
F STORAGE [initandlisten] Reason: 1: Operation not permitted
F - [initandlisten] Fatal Assertion 28595 at src/mongo/db/storage/wiredtiger/wiredtiger_kv_engine.cpp 789
[initandlisten]
***aborting after fassert() failure
Run Code Online (Sandbox Code Playgroud)
AZ 命令我使用以下命令来创建存储帐户、文件共享和容器实例:
az storage account create -g $resourcegroup -n $storageaccount --sku Standard_LRS …Run Code Online (Sandbox Code Playgroud) 我正在寻找为我们的一个 JavaScript 项目配置 sonarcloud 分析的步骤,并使用 Azure DevOps 作为构建平台。
以下链接为我们提供了一些开始信息。