1 00:00:00,940 --> 00:00:04,240 How do we add disks to Storage Spaces Direct? 2 00:00:04,240 --> 00:00:04,430 Well, 3 00:00:04,430 --> 00:00:09,380 the easiest way, the easiest road to a consistent outcome here is where 4 00:00:09,380 --> 00:00:13,240 your cluster nodes have identical storage configurations, 5 00:00:13,240 --> 00:00:18,370 but once again, you can use Windows PowerShell to run verifications like this. 6 00:00:18,370 --> 00:00:22,540 Get‑PhysicalDisk pipeline will report on all detected 7 00:00:22,540 --> 00:00:25,640 physical disks on one or more nodes. 8 00:00:25,640 --> 00:00:27,970 And in this case, we're selecting out the Property, 9 00:00:27,970 --> 00:00:31,140 SerialNumber, CanPool, CannotPoolReason, 10 00:00:31,140 --> 00:00:33,640 which will give you a nice report back. 11 00:00:33,640 --> 00:00:34,730 As I mentioned, 12 00:00:34,730 --> 00:00:38,740 S2D is pretty greedy that once you have your cluster set up 13 00:00:38,740 --> 00:00:41,530 and you've enabled Storage Spaces Direct, it will 14 00:00:41,530 --> 00:00:44,190 automatically claim new eligible drives. 15 00:00:44,190 --> 00:00:46,920 There's really not much you have to do other than just 16 00:00:46,920 --> 00:00:55,000 reporting verification and that kind of stuff. Let's get into the demo and light up some of these concepts.