Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
All solutions
    • All solutions for Managed Service for Kubernetes
    • Fixing the "timed out waiting for the condition" error when mounting a PVC
    • Resolving the "timed out waiting for the condition" error when mounting a volume with a large number of files
    • Hosts of the Managed Service for Kubernetes node groups stay in the Reconciling status for a long time
    • Constant restarts of the kube-dns-autoscaler pod
    • Number of nodes in the group fails to decrease
    • Resolving the "Multi-Attach error for volume" error
    • Resolving the "DEADLINE_EXCEEDED" error
    • Adding and updating Linux SSH keys on Managed Services for Kubernetes node group hosts
    • Assigning static external IP addresses for Managed Service for Kubernetes cluster nodes
    • Granting internet access to Kubernetes nodes
    • How to change the network or subnet for an MDB cluster
    • How to create an internal Ingress controller

In this article:

  • Issue description
  • Solution
  • If the issue persists
  1. Managed Kubernetes
  2. Resolving the "Multi-Attach error for volume" error

Resolving the "Multi-Attach error for volume" error

Written by
Yandex Cloud
Updated at November 27, 2023
  • Issue description
  • Solution
  • If the issue persists

Issue descriptionIssue description

When trying to use a persistent volume on multiple pods at once, you see this error:

  • Multi-Attach error for volume "<volume-name>" Volume is already used by pod(s) <pod1>, <pod2>;
  • Multi-Attach error for volume "<volume-name>" Volume is already exclusively attached to one node and can't be attached to another.

SolutionSolution

By default, storage classes that are based on network disks are delivered with the cluster, and they do not support multiple access mode. We provide more details about this in our documentation. This is a limitation of our driver. You cannot use it for multiple access, even if you create your own storage class based on it.

Such errors can also occur if the pods that should use the volume are located on different nodes.

If you need to use ReadWriteMany, we recommend using CSI for our object storage because the volumes based on it support this access mode:

Automatic installation via the marketplace or Helm chart is described here, and manual integration is described here.

If the issue persistsIf the issue persists

If the actions described above did not help solve the issue, you can try to organize storage on your own. Some of the possible solutions also support multiple access (for example, nfs or CEPH). You can read more about this in the k8s official documentation.

Was the article helpful?

Previous
Number of nodes in the group fails to decrease
Next
Resolving the "DEADLINE_EXCEEDED" error
© 2025 Direct Cursus Technology L.L.C.