Questions tagged [azure-disk]

Windows Azure disk repository.

71 questions
0
votes
1 answer

Why is azure disk throughput half of whats advertised?

We're running a standard B8ms VM with a 257GB Premium SSD. According to the docs it says the throughput should be Up to 170 MB/second Provisioned 100 MB/second https://azure.microsoft.com/en-us/pricing/details/managed-disks/ However when i test it,…
Jack Murphy
  • 2,952
  • 1
  • 30
  • 49
0
votes
1 answer

Message: Required parameter 'hyperVGeneration' is missing (null) while creating a Managed Disk image from blob storage

Package Name: azure.mgmt.compute Package Version: v2020_06_01 Operating System: ubuntu 18.04 Python Version: Python 3.7 Describe the bug Instead of creating the disk it throws Message: Required parameter 'hyperVGeneration' is missing (null). …
iamvishnuks
  • 105
  • 8
0
votes
2 answers

Azure AKS Dynamic Disk - Give Name to Azure Resource

REF: https://learn.microsoft.com/en-us/azure/aks/azure-disks-dynamic-pv Hello All, When we create a Disk Dynamically in AKS, we get to see disk in Azure portal (under Disks) with name kubernetes-dynamic-pvc-XXXXX.... Can give a custom name like…
0
votes
1 answer

I dont see all azure resources on my azure portal

I have a linux VM in my azure account, I am using disk -l command to list all my drives on my VM as fooolow: [root@thermo-breast-cancer-devvm Python-3.7.8]# fdisk -l Disk /dev/sda: 64 GiB, 68719476736 bytes, 134217728 sectors Units: sectors of 1 *…
Mahdi
  • 787
  • 1
  • 8
  • 33
0
votes
1 answer

Getting error while creating managed disk from a VHD file in a storage account in the same subscription with CLI

Facing issue while creating managed disk from a VHD file in a storage account in the same subscription with CLI. I have replicated/copied managed disk icremental snapshot from westus region to eastus region using below script. #Provide the name of…
0
votes
1 answer

Azure Kubernetes Failover with PersistentVolumes

I am currently testing how Azure Kubernetes handles failover for StatefulSets. I simulated a network partition by running sudo iptables -A INPUT -j DROP on one of my nodes, not perfect but good enough to test some things. 1). How can I reuse disks…
0
votes
1 answer

How to find Azue Ultra disks IOPS and Disk throughput range based on disk Size, using azure API

I need to know Azue Ultra disks IOPS and Disk throughput range based on disk Size, using azure API, I need help on if any document is available to understand it.
Omkar
  • 157
  • 1
  • 9
0
votes
0 answers

pod with pvc stuck on container creating

My overall issue is that my pod which has a PVC is stuck on container-creating after it was deleted. My guess why, is because of the following: So, I have a pod with a mounted PVC. I did a: kubectl exec -it "name" bash navigated to the path of the…
0
votes
1 answer

Combining two premium managed disks or one separate Disk is good to match capacity

I have this issue from lot longer, when purchasing Azure managed disks I have a requirement of allocating 512GB premium disk. I'm wondering if I allocate two P15 (256GB) premium disk will also give the same as P20 capacity with small pricing…
0
votes
1 answer

How to restore a blob snapshot to a managed disk

I'm currently migrating from ACS to AKS. I can snapshot the existing storage blobs and restore those to different storage blobs anywhere in Azure. So far I can't see any efficient way how to restore a blob-snapshot to managed disks (which are…
Maus
  • 2,724
  • 5
  • 32
  • 37
0
votes
3 answers

Get disks attached to stopped instances using python sdk

I am working on azure python sdk, I trying get disks attached to instances in stopped state for eg disks attached to virtual machine in stopped state, I know managedby property will give me disks with no instances attached but i am not able to get…
Vikas Gautam
  • 239
  • 1
  • 4
  • 21
0
votes
2 answers

Azure disk replication across VMs

In Azure, is it possible to have master VM that writes to a disk which has read-only slave replicas on other VMs? Our app needs to download ~100GB of files when scaling to a new VM. This is loaded slowly from an external provider but we want to…
Co-der
  • 363
  • 1
  • 14
0
votes
1 answer

Azure VHD decryption on localhost

can I use Key Vault to encrypt OS/Data disk attached to Linux VM and later get encryption passphrase to unlock VHD after download on local machine?
peterko
  • 503
  • 1
  • 6
  • 18
0
votes
1 answer

How can we achieve VM Disk Encryption of unmanaged disk through Azure power shell

Can I perform Virtual Machine disk encryption for unman aged disk through power shell or ARM template
0
votes
1 answer

Why Disable-AzureRmVMDiskEncryption doesn't need either key encryption key or disk encryption key urls

The Disable-AzureRmVMDiskEncryption cmdlet (I believe disable = decryption) just needs a name of the VM to disable encryption. Isn't it a security issue disabling encryption without any key ? How can the disks be safeguarded from disabling…
Abdul
  • 694
  • 4
  • 14
  • 29