{{ title }}

{{ description }}
@if (nsForm.controls['namespace_size'].hasError('blockSizeMultiple')) { Size must be a multiple of the block size (typically 512 or 4096 bytes). }
Host access (Initiators)
All hosts on the subsystem Allow all hosts associated with the selected subsystem to access the namespace.
Select specific hosts Only the selected hosts will be able to access this namespace.
@if (nsForm.getValue('host_access') === 'specific') {
}
@if (subsystems === undefined) { } @if (subsystems && subsystems.length === 0) { } @if (subsystems && subsystems.length > 0) { } @for (subsystem of subsystems; track subsystem.nqn) { }
@if (rbdPools === null) { } @if (rbdPools && rbdPools.length === 0) { } @if (rbdPools && rbdPools.length > 0) { } @for (pool of rbdPools; track pool.pool_name) { }
RBD image creation Gateway-provisioned image Externally managed image
@if (nsForm.getValue('rbd_image_creation') === 'gateway_provisioned' && nsForm.getValue('nsCount') > 1) {
For bulk namespace creation, RBD images are provisioned automatically.
} @if (nsForm.getValue('rbd_image_creation') === 'externally_managed') {
@for (img of rbdImages; track img.name) { }
}
Enter a valid size (e.g., 10GiB).