{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/",
        "slug": "dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv",
        "url": "https://update.dsesecurity.com/updates/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/"
        },
        "title": "Move an identified cluster disk from Available Storage into CSV",
        "summary": "What should be verified before an existing cluster disk becomes a Cluster Shared Volume?",
        "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:40+00:00",
        "modified_at": "2026-09-08T18:17:14+00:00",
        "reviewed_on": "2026-09-08",
        "reading_minutes": 1,
        "word_count": 219,
        "potentially_affected": "Use this review for an existing disk that should be added to CSV storage.",
        "dse_recommendation": "Have a second administrator verify the exact disk resource and its present use before adding it.",
        "primary_source": {
            "name": "Manage Cluster Shared Volumes",
            "url": "https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-cluster-manage-cluster-shared-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>Cluster Shared Volumes allow multiple cluster nodes to access the same NTFS or ReFS volume concurrently. Microsoft requires a disk to enter the cluster&#8217;s Available Storage group before adding it as a CSV. Available Storage holds recognized disks not yet assigned to a specific cluster role. The documented PowerShell verification uses Get-ClusterSharedVolume to list the resulting CSV resources. <a href=\"https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-cluster-manage-cluster-shared-volumes\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft documentation</a>.</p>\n<h2>Applicability</h2>\n<p>Use this review for an existing disk that should be added to CSV storage. Identify the cluster, disk resource, current assignment, and intended workload. Keep creation of a new storage volume as a separate operation.</p>\n<h2>DSE recommendation</h2>\n<p>Have a second administrator verify the exact disk resource and its present use before adding it. Record the approved target and avoid selecting every available disk merely because the tool offers that operation. Coordinate the change with the storage and workload owners. Preserve the starting inventory and the intended resource name in the change record.</p>\n<h2>Verification</h2>\n<p>After the authorized addition, inspect the CSV inventory and confirm that only the intended disk was added. Verify its resulting access path and perform the agreed workload-access test. Compare the final resource assignment with the initial record. Investigate an unexpected disk, name, or path before assigning production data or repeating the operation.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-cluster-manage-cluster-shared-volumes\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Manage Cluster Shared Volumes</a>. Source reviewed September 8, 2026.</p>",
        "content_text": "Source facts\nCluster Shared Volumes allow multiple cluster nodes to access the same NTFS or ReFS volume concurrently. Microsoft requires a disk to enter the cluster’s Available Storage group before adding it as a CSV. Available Storage holds recognized disks not yet assigned to a specific cluster role. The documented PowerShell verification uses Get-ClusterSharedVolume to list the resulting CSV resources. Microsoft documentation.\nApplicability\nUse this review for an existing disk that should be added to CSV storage. Identify the cluster, disk resource, current assignment, and intended workload. Keep creation of a new storage volume as a separate operation.\nDSE recommendation\nHave a second administrator verify the exact disk resource and its present use before adding it. Record the approved target and avoid selecting every available disk merely because the tool offers that operation. Coordinate the change with the storage and workload owners. Preserve the starting inventory and the intended resource name in the change record.\nVerification\nAfter the authorized addition, inspect the CSV inventory and confirm that only the intended disk was added. Verify its resulting access path and perform the agreed workload-access test. Compare the final resource assignment with the initial record. Investigate an unexpected disk, name, or path before assigning production data or repeating the operation.\nOfficial references\nMicrosoft Learn: Manage Cluster Shared Volumes. Source reviewed September 8, 2026.",
        "content_markdown": "## Source facts\n\nCluster Shared Volumes allow multiple cluster nodes to access the same NTFS or ReFS volume concurrently. Microsoft requires a disk to enter the cluster’s Available Storage group before adding it as a CSV. Available Storage holds recognized disks not yet assigned to a specific cluster role. The documented PowerShell verification uses Get-ClusterSharedVolume to list the resulting CSV resources. [Microsoft documentation](https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-cluster-manage-cluster-shared-volumes).\n\n## Applicability\n\nUse this review for an existing disk that should be added to CSV storage. Identify the cluster, disk resource, current assignment, and intended workload. Keep creation of a new storage volume as a separate operation.\n\n## DSE recommendation\n\nHave a second administrator verify the exact disk resource and its present use before adding it. Record the approved target and avoid selecting every available disk merely because the tool offers that operation. Coordinate the change with the storage and workload owners. Preserve the starting inventory and the intended resource name in the change record.\n\n## Verification\n\nAfter the authorized addition, inspect the CSV inventory and confirm that only the intended disk was added. Verify its resulting access path and perform the agreed workload-access test. Compare the final resource assignment with the initial record. Investigate an unexpected disk, name, or path before assigning production data or repeating the operation.\n\n## Official references\n\n[Microsoft Learn: Manage Cluster Shared Volumes](https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-cluster-manage-cluster-shared-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-031-move-an-identified-cluster-disk-from-available-storage-into-csv/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-08"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Move an identified cluster disk from Available Storage into CSV",
                        "item": "https://update.dsesecurity.com/updates/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/",
                "headline": "Move an identified cluster disk from Available Storage into CSV",
                "description": "What should be verified before an existing cluster disk becomes a Cluster Shared Volume?",
                "abstract": "What should be verified before an existing cluster disk becomes a Cluster Shared Volume?",
                "articleBody": "Source facts\nCluster Shared Volumes allow multiple cluster nodes to access the same NTFS or ReFS volume concurrently. Microsoft requires a disk to enter the cluster’s Available Storage group before adding it as a CSV. Available Storage holds recognized disks not yet assigned to a specific cluster role. The documented PowerShell verification uses Get-ClusterSharedVolume to list the resulting CSV resources. Microsoft documentation.\nApplicability\nUse this review for an existing disk that should be added to CSV storage. Identify the cluster, disk resource, current assignment, and intended workload. Keep creation of a new storage volume as a separate operation.\nDSE recommendation\nHave a second administrator verify the exact disk resource and its present use before adding it. Record the approved target and avoid selecting every available disk merely because the tool offers that operation. Coordinate the change with the storage and workload owners. Preserve the starting inventory and the intended resource name in the change record.\nVerification\nAfter the authorized addition, inspect the CSV inventory and confirm that only the intended disk was added. Verify its resulting access path and perform the agreed workload-access test. Compare the final resource assignment with the initial record. Investigate an unexpected disk, name, or path before assigning production data or repeating the operation.\nOfficial references\nMicrosoft Learn: Manage Cluster Shared Volumes. Source reviewed September 8, 2026.",
                "datePublished": "2026-09-08T18:16:40+00:00",
                "dateModified": "2026-09-08T18:17:14+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-031-move-an-identified-cluster-disk-from-available-storage-into-csv/"
                },
                "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-031-move-an-identified-cluster-disk-from-available-storage-into-csv/#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": "Move an identified cluster disk from Available Storage into CSV"
                },
                "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": 219,
                "timeRequired": "PT1M",
                "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": "Manage Cluster Shared Volumes",
                    "url": "https://learn.microsoft.com/en-us/windows-server/failover-clustering/failover-cluster-manage-cluster-shared-volumes"
                }
            }
        ]
    }
}