我正在尝试使用我用azure-file类型定义的storageclass来动态提供存储。我已经尝试在storageclass中为storageAccount和skuName设置了这两个参数。/azure-file storageAccount: <storage_account_name>Failed to provision volume with StorageClass
我正在尝试用两个物理磁盘创建一个软件条带设置(它们下面是128 K条带,每个磁盘都是RAID5 )。我读过可以使用磁盘部件的文章,但是我无法想出一个有效的命令。这是在服务器2k3 SP2上进行的。create volume stripe disk=2,3 align=1024The arguments you specified for this command are not valid.请回答,
-Greg