We use cookies on this website. To find out more about cookies and how they are used on this website, see our Privacy Policy.
By clicking ‘Continue’, you hereby agree with our use of cookies.

База знаний

What is the Difference Between Symmetric Active/Active and Asymmetric Active/Active When Creating a Pool?

Last modified date: Fri, 22 Nov 2024 14:24:11 GMT+8

Explanation:

The primary difference between Symmetric Active/Active and Asymmetric Active/Active modes when creating a pool lies in how I/O operations are managed by the controllers:

  • Asymmetric Active/Active Mode:
    In this mode, a pool is assigned to a primary controller (e.g., Controller A). All I/O operations for that pool are handled exclusively by Controller A. If Controller A fails, Controller B will take over the I/O operations, and users will access the pool through Controller B. During normal operation, however, all I/O is processed solely by the assigned primary controller.
  • Symmetric Active/Active Mode:
    Here, the pool is assigned to both controllers (e.g., Controller A and Controller B). This setup allows for simultaneous I/O operations through both controllers, improving load balancing and redundancy. If one controller fails, the other controller seamlessly continues to handle all I/O processes, ensuring uninterrupted access and better performance.
Summary:
  • Asymmetric Active/Active: I/O operations are handled by a single primary controller under normal conditions, with failover support provided by a secondary controller.
  • Symmetric Active/Active: I/O operations are distributed across both controllers, providing enhanced load balancing and redundancy.

Choosing between these modes depends on whether your priority is maintaining load distribution and redundancy (Symmetric Active/Active) or having a primary controller with failover support (Asymmetric Active/Active).

Was this article helpful?Да | No

Thank you for your feedback!

Do you have any other feedback for this article?

{{ vm.showErrorMessage }}