Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue creating 2x RAID-1 Virtual disks on the same physical disks #7

Open
oneswig opened this issue Jun 4, 2020 · 0 comments
Open

Comments

@oneswig
Copy link
Member

oneswig commented Jun 4, 2020

The RAID configuration being supplied is this:

  - name: "disk0"
    raid_level: 1
    span_length: 2
    span_depth: 1
    size_mb: 256000
    pdisks:
      - "Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1"
      - "Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1"
  - name: "disk1"
    raid_level: 1
    span_length: 2
    span_depth: 1
    size_mb: 7069056
    pdisks:
      - "Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1"
      - "Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1"

However, the output from the RAID process appears to be only 1 virtual disk, spanning the entire device and with the name of the second disk supplied:

"drac_virtual_disks": [                                                                                                                                                             
        {                                                                                                                                                                               
            "controller": "RAID.Integrated.1-1",                                                                                                                                        
            "description": "Virtual Disk 0 on Integrated RAID Controller 1",                                                                                                            
            "id": "Disk.Virtual.0:RAID.Integrated.1-1",                                                                                                                                 
            "name": "disk1",                                                                                                                                                            
            "pending_operations": null,                                                                                                                                                 
            "physical_disks": [                                                                                                                                                         
                "Disk.Bay.0:Enclosure.Internal.0-1:RAID.Integrated.1-1",                                                                                                                
                "Disk.Bay.1:Enclosure.Internal.0-1:RAID.Integrated.1-1"                                                                                                                 
            ],                                                                                                                                                                          
            "raid_level": "1",                                                                                                                                                          
            "raid_status": "online",                                                                                                                                                    
            "size_mb": 7325056,                                         
            "span_depth": 1,                                              
            "span_length": 2,                 
            "status": "unknown"                           
        }                                     
    ]                                   
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant