{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/",
        "slug": "dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log",
        "url": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/"
        },
        "title": "Coordinate every member disk when changing Write Accelerator on a striped log volume",
        "summary": "Can Write Accelerator be changed one live disk at a time on a volume striped across Premium SSDs?",
        "format": {
            "slug": "guide",
            "name": "Guide"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "featured": false,
        "image": {
            "theme": "continuity-recovery",
            "label": "Continuity & recovery",
            "alt": "Paired infrastructure paths converging on a stable recovered service.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "business-continuity",
                "name": "Business Continuity",
                "url": "https://update.dsesecurity.com/topic/business-continuity/"
            },
            {
                "slug": "it",
                "name": "IT",
                "url": "https://update.dsesecurity.com/topic/it/"
            }
        ],
        "author": {
            "name": "DSE Security Editorial Team",
            "url": "https://update.dsesecurity.com/#editorial-team",
            "type": "Organization"
        },
        "publisher": {
            "name": "Detection Systems & Engineering",
            "url": "https://dsesecurity.com/"
        },
        "published_at": "2026-09-10T00:30:53+00:00",
        "modified_at": "2026-09-10T00:35:07+00:00",
        "reviewed_on": "2026-09-09",
        "reading_minutes": 2,
        "word_count": 252,
        "potentially_affected": "Supported public-cloud M-series VMs with transaction-log volumes striped across Azure Premium SSD managed disks.",
        "dse_recommendation": "Approve the complete striped-volume change and VM shutdown before altering any member disk.",
        "primary_source": {
            "name": "Azure Write Accelerator - Azure Virtual Machines | Microsoft Learn",
            "url": "https://learn.microsoft.com/en-us/azure/virtual-machines/how-to-enable-write-accelerator",
            "published_on": null,
            "authority": "Microsoft Learn"
        },
        "publishing_principles": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
        "usage_info": "https://update.dsesecurity.com/usage/",
        "copyright_notice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
        "content_html": "<h2>Source facts</h2>\n<p>Write Accelerator is supported for Premium SSD managed disks on M-series VMs in Azure public cloud. Microsoft recommends it for database transaction or redo logs, not database data volumes. When an existing volume is striped across several Premium SSDs, every member must be enabled or disabled in separate steps, with the VM shut down first. Supported cache modes are None or Read Only. Accelerator IOPS limits are shared across the VM&#8217;s accelerated disks, not granted separately to each disk. <a href=\"https://learn.microsoft.com/en-us/azure/virtual-machines/how-to-enable-write-accelerator\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn</a>.</p>\n<h2>Applicability</h2>\n<p>Review this procedure for an existing striped log volume, including the documented Windows volume-management, Storage Spaces, SOFS, Linux LVM, or MDADM arrangements. Identify every underlying disk and the actual application dependency before scheduling the change.</p>\n<h2>DSE recommendation</h2>\n<p>Approve the complete striped-volume change and VM shutdown before altering any member disk. Have the storage and database owners agree on the member list, desired setting, cache mode, and post-start checks. Keep the aggregate accelerator limit in the performance plan so adding members is not mistaken for multiplying that allowance.</p>\n<h2>Verification</h2>\n<p>After the authorized change and start, compare the setting across every member disk and verify the volume is available to the database. Exercise the intended log workload and record observed behavior against its acceptance criteria. Investigate a mixed configuration or missing member before returning the change to normal operations. Preserve the full mapping and actual results; a successful update to one disk does not establish completion for the striped volume.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/azure/virtual-machines/how-to-enable-write-accelerator\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Enable Write Accelerator</a>. Source reviewed September 9, 2026.</p>",
        "content_text": "Source facts\nWrite Accelerator is supported for Premium SSD managed disks on M-series VMs in Azure public cloud. Microsoft recommends it for database transaction or redo logs, not database data volumes. When an existing volume is striped across several Premium SSDs, every member must be enabled or disabled in separate steps, with the VM shut down first. Supported cache modes are None or Read Only. Accelerator IOPS limits are shared across the VM’s accelerated disks, not granted separately to each disk. Microsoft Learn.\nApplicability\nReview this procedure for an existing striped log volume, including the documented Windows volume-management, Storage Spaces, SOFS, Linux LVM, or MDADM arrangements. Identify every underlying disk and the actual application dependency before scheduling the change.\nDSE recommendation\nApprove the complete striped-volume change and VM shutdown before altering any member disk. Have the storage and database owners agree on the member list, desired setting, cache mode, and post-start checks. Keep the aggregate accelerator limit in the performance plan so adding members is not mistaken for multiplying that allowance.\nVerification\nAfter the authorized change and start, compare the setting across every member disk and verify the volume is available to the database. Exercise the intended log workload and record observed behavior against its acceptance criteria. Investigate a mixed configuration or missing member before returning the change to normal operations. Preserve the full mapping and actual results; a successful update to one disk does not establish completion for the striped volume.\nOfficial references\nMicrosoft Learn: Enable Write Accelerator. Source reviewed September 9, 2026.",
        "content_markdown": "## Source facts\n\nWrite Accelerator is supported for Premium SSD managed disks on M-series VMs in Azure public cloud. Microsoft recommends it for database transaction or redo logs, not database data volumes. When an existing volume is striped across several Premium SSDs, every member must be enabled or disabled in separate steps, with the VM shut down first. Supported cache modes are None or Read Only. Accelerator IOPS limits are shared across the VM’s accelerated disks, not granted separately to each disk. [Microsoft Learn](https://learn.microsoft.com/en-us/azure/virtual-machines/how-to-enable-write-accelerator).\n\n## Applicability\n\nReview this procedure for an existing striped log volume, including the documented Windows volume-management, Storage Spaces, SOFS, Linux LVM, or MDADM arrangements. Identify every underlying disk and the actual application dependency before scheduling the change.\n\n## DSE recommendation\n\nApprove the complete striped-volume change and VM shutdown before altering any member disk. Have the storage and database owners agree on the member list, desired setting, cache mode, and post-start checks. Keep the aggregate accelerator limit in the performance plan so adding members is not mistaken for multiplying that allowance.\n\n## Verification\n\nAfter the authorized change and start, compare the setting across every member disk and verify the volume is available to the database. Exercise the intended log workload and record observed behavior against its acceptance criteria. Investigate a mixed configuration or missing member before returning the change to normal operations. Preserve the full mapping and actual results; a successful update to one disk does not establish completion for the striped volume.\n\n## Official references\n\n[Microsoft Learn: Enable Write Accelerator](https://learn.microsoft.com/en-us/azure/virtual-machines/how-to-enable-write-accelerator). Source reviewed September 9, 2026."
    },
    "json_ld": {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://dsesecurity.com/#organization",
                "name": "Detection Systems & Engineering",
                "alternateName": "DSE Security",
                "url": "https://dsesecurity.com/",
                "logo": {
                    "@type": "ImageObject",
                    "url": "https://update.dsesecurity.com/assets/dse-logo-20260812.png?v=1.8.20"
                }
            },
            {
                "@type": "Organization",
                "@id": "https://update.dsesecurity.com/#editorial-team",
                "name": "DSE Security Editorial Team",
                "url": "https://update.dsesecurity.com/",
                "parentOrganization": {
                    "@id": "https://dsesecurity.com/#organization"
                }
            },
            {
                "@type": "WebSite",
                "@id": "https://update.dsesecurity.com/#website",
                "name": "DSE Updates",
                "alternateName": "DSE Security Knowledge Hub",
                "url": "https://update.dsesecurity.com/",
                "inLanguage": "en-US",
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://update.dsesecurity.com/?q={search_term_string}"
                    },
                    "query-input": "required name=search_term_string"
                }
            },
            {
                "@type": "WebPage",
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/",
                "url": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-09"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Coordinate every member disk when changing Write Accelerator on a striped log volume",
                        "item": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/",
                "url": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/",
                "headline": "Coordinate every member disk when changing Write Accelerator on a striped log volume",
                "description": "Can Write Accelerator be changed one live disk at a time on a volume striped across Premium SSDs?",
                "abstract": "Can Write Accelerator be changed one live disk at a time on a volume striped across Premium SSDs?",
                "articleBody": "Source facts\nWrite Accelerator is supported for Premium SSD managed disks on M-series VMs in Azure public cloud. Microsoft recommends it for database transaction or redo logs, not database data volumes. When an existing volume is striped across several Premium SSDs, every member must be enabled or disabled in separate steps, with the VM shut down first. Supported cache modes are None or Read Only. Accelerator IOPS limits are shared across the VM’s accelerated disks, not granted separately to each disk. Microsoft Learn.\nApplicability\nReview this procedure for an existing striped log volume, including the documented Windows volume-management, Storage Spaces, SOFS, Linux LVM, or MDADM arrangements. Identify every underlying disk and the actual application dependency before scheduling the change.\nDSE recommendation\nApprove the complete striped-volume change and VM shutdown before altering any member disk. Have the storage and database owners agree on the member list, desired setting, cache mode, and post-start checks. Keep the aggregate accelerator limit in the performance plan so adding members is not mistaken for multiplying that allowance.\nVerification\nAfter the authorized change and start, compare the setting across every member disk and verify the volume is available to the database. Exercise the intended log workload and record observed behavior against its acceptance criteria. Investigate a mixed configuration or missing member before returning the change to normal operations. Preserve the full mapping and actual results; a successful update to one disk does not establish completion for the striped volume.\nOfficial references\nMicrosoft Learn: Enable Write Accelerator. Source reviewed September 9, 2026.",
                "datePublished": "2026-09-10T00:30:53+00:00",
                "dateModified": "2026-09-10T00:35:07+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/"
                },
                "inLanguage": "en-US",
                "isAccessibleForFree": true,
                "author": {
                    "@type": "Organization",
                    "name": "DSE Security Editorial Team",
                    "url": "https://update.dsesecurity.com/#editorial-team"
                },
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "image": {
                    "@type": "ImageObject",
                    "@id": "https://update.dsesecurity.com/updates/dse-20260909-063-coordinate-every-member-disk-when-changing-write-accelerator-on-a-striped-log/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Coordinate every member disk when changing Write Accelerator on a striped log volume"
                },
                "articleSection": [
                    "Business Continuity",
                    "IT"
                ],
                "keywords": [
                    "Business Continuity",
                    "IT",
                    "Guide",
                    "Information priority"
                ],
                "genre": "Guide",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "Business Continuity",
                        "url": "https://update.dsesecurity.com/topic/business-continuity/"
                    },
                    {
                        "@type": "Thing",
                        "name": "IT",
                        "url": "https://update.dsesecurity.com/topic/it/"
                    }
                ],
                "wordCount": 252,
                "timeRequired": "PT2M",
                "publishingPrinciples": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
                "usageInfo": "https://update.dsesecurity.com/usage/",
                "copyrightHolder": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "copyrightNotice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
                "citation": {
                    "@type": "CreativeWork",
                    "name": "Azure Write Accelerator - Azure Virtual Machines | Microsoft Learn",
                    "url": "https://learn.microsoft.com/en-us/azure/virtual-machines/how-to-enable-write-accelerator"
                }
            }
        ]
    }
}