{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/",
        "slug": "dse-20260908-028-create-a-cluster-volume-from-an-approved-specification",
        "url": "https://update.dsesecurity.com/updates/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/"
        },
        "title": "Create a cluster volume from an approved specification",
        "summary": "Which provisioning inputs should be checked when creating a new cluster volume in Windows Admin Center?",
        "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-08T18:16:43+00:00",
        "modified_at": "2026-09-08T18:17:14+00:00",
        "reviewed_on": "2026-09-08",
        "reading_minutes": 2,
        "word_count": 239,
        "potentially_affected": "Use this Windows Admin Center review for an eligible multi-node cluster after its new volume design is approved.",
        "dse_recommendation": "Have a second administrator compare the proposed creation inputs with the design record before execution.",
        "primary_source": {
            "name": "Create volumes on Azure Local and Windows Server clusters",
            "url": "https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/create-volumes",
            "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>Microsoft documents cluster-volume creation through Windows Admin Center and PowerShell. A single-node cluster requires the PowerShell creation path. For a mirrored volume in Windows Admin Center, the administrator supplies a name, chooses two-way or three-way resiliency according to server count, and sets the capacity. Optional selections include deduplication, integrity checksums, and encryption. The resulting volume can be opened from the cluster&#8217;s volume inventory. <a href=\"https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/create-volumes\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft documentation</a>.</p>\n<h2>Applicability</h2>\n<p>Use this Windows Admin Center review for an eligible multi-node cluster after its new volume design is approved. Identify the cluster, name, usable size, selected resiliency, and optional features. Keep those approved values separate from examples in the interface walkthrough.</p>\n<h2>DSE recommendation</h2>\n<p>Have a second administrator compare the proposed creation inputs with the design record before execution. Assign an owner to each optional feature and confirm that its prerequisites have been reviewed. Record the intended workload and access path. Avoid selecting extra options simply because they appear in the creation pane, and preserve the completed provisioning record for later capacity work.</p>\n<h2>Verification</h2>\n<p>Inspect the new volume in inventory and compare its name, size, resiliency, and feature state with the approved specification. Perform a controlled file-access test through the intended path. Record any difference before placing application data on it. Keep future resizing and geometry changes in separate approved records tied to this original volume identity.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/create-volumes\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Create volumes on Azure Local and Windows Server clusters</a>. Source reviewed September 8, 2026.</p>",
        "content_text": "Source facts\nMicrosoft documents cluster-volume creation through Windows Admin Center and PowerShell. A single-node cluster requires the PowerShell creation path. For a mirrored volume in Windows Admin Center, the administrator supplies a name, chooses two-way or three-way resiliency according to server count, and sets the capacity. Optional selections include deduplication, integrity checksums, and encryption. The resulting volume can be opened from the cluster’s volume inventory. Microsoft documentation.\nApplicability\nUse this Windows Admin Center review for an eligible multi-node cluster after its new volume design is approved. Identify the cluster, name, usable size, selected resiliency, and optional features. Keep those approved values separate from examples in the interface walkthrough.\nDSE recommendation\nHave a second administrator compare the proposed creation inputs with the design record before execution. Assign an owner to each optional feature and confirm that its prerequisites have been reviewed. Record the intended workload and access path. Avoid selecting extra options simply because they appear in the creation pane, and preserve the completed provisioning record for later capacity work.\nVerification\nInspect the new volume in inventory and compare its name, size, resiliency, and feature state with the approved specification. Perform a controlled file-access test through the intended path. Record any difference before placing application data on it. Keep future resizing and geometry changes in separate approved records tied to this original volume identity.\nOfficial references\nMicrosoft Learn: Create volumes on Azure Local and Windows Server clusters. Source reviewed September 8, 2026.",
        "content_markdown": "## Source facts\n\nMicrosoft documents cluster-volume creation through Windows Admin Center and PowerShell. A single-node cluster requires the PowerShell creation path. For a mirrored volume in Windows Admin Center, the administrator supplies a name, chooses two-way or three-way resiliency according to server count, and sets the capacity. Optional selections include deduplication, integrity checksums, and encryption. The resulting volume can be opened from the cluster’s volume inventory. [Microsoft documentation](https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/create-volumes).\n\n## Applicability\n\nUse this Windows Admin Center review for an eligible multi-node cluster after its new volume design is approved. Identify the cluster, name, usable size, selected resiliency, and optional features. Keep those approved values separate from examples in the interface walkthrough.\n\n## DSE recommendation\n\nHave a second administrator compare the proposed creation inputs with the design record before execution. Assign an owner to each optional feature and confirm that its prerequisites have been reviewed. Record the intended workload and access path. Avoid selecting extra options simply because they appear in the creation pane, and preserve the completed provisioning record for later capacity work.\n\n## Verification\n\nInspect the new volume in inventory and compare its name, size, resiliency, and feature state with the approved specification. Perform a controlled file-access test through the intended path. Record any difference before placing application data on it. Keep future resizing and geometry changes in separate approved records tied to this original volume identity.\n\n## Official references\n\n[Microsoft Learn: Create volumes on Azure Local and Windows Server clusters](https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/create-volumes). Source reviewed September 8, 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-20260908-028-create-a-cluster-volume-from-an-approved-specification/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-08"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Create a cluster volume from an approved specification",
                        "item": "https://update.dsesecurity.com/updates/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/",
                "headline": "Create a cluster volume from an approved specification",
                "description": "Which provisioning inputs should be checked when creating a new cluster volume in Windows Admin Center?",
                "abstract": "Which provisioning inputs should be checked when creating a new cluster volume in Windows Admin Center?",
                "articleBody": "Source facts\nMicrosoft documents cluster-volume creation through Windows Admin Center and PowerShell. A single-node cluster requires the PowerShell creation path. For a mirrored volume in Windows Admin Center, the administrator supplies a name, chooses two-way or three-way resiliency according to server count, and sets the capacity. Optional selections include deduplication, integrity checksums, and encryption. The resulting volume can be opened from the cluster’s volume inventory. Microsoft documentation.\nApplicability\nUse this Windows Admin Center review for an eligible multi-node cluster after its new volume design is approved. Identify the cluster, name, usable size, selected resiliency, and optional features. Keep those approved values separate from examples in the interface walkthrough.\nDSE recommendation\nHave a second administrator compare the proposed creation inputs with the design record before execution. Assign an owner to each optional feature and confirm that its prerequisites have been reviewed. Record the intended workload and access path. Avoid selecting extra options simply because they appear in the creation pane, and preserve the completed provisioning record for later capacity work.\nVerification\nInspect the new volume in inventory and compare its name, size, resiliency, and feature state with the approved specification. Perform a controlled file-access test through the intended path. Record any difference before placing application data on it. Keep future resizing and geometry changes in separate approved records tied to this original volume identity.\nOfficial references\nMicrosoft Learn: Create volumes on Azure Local and Windows Server clusters. Source reviewed September 8, 2026.",
                "datePublished": "2026-09-08T18:16:43+00:00",
                "dateModified": "2026-09-08T18:17:14+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-028-create-a-cluster-volume-from-an-approved-specification/"
                },
                "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-20260908-028-create-a-cluster-volume-from-an-approved-specification/#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": "Create a cluster volume from an approved specification"
                },
                "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": 239,
                "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": "Create volumes on Azure Local and Windows Server clusters",
                    "url": "https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/create-volumes"
                }
            }
        ]
    }
}