Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(bors): merge pull request openebs#744
744: feat(volume/resize): don't allow volume resize in presence of snapshots r=dsharma-dc a=dsharma-dc If a volume is expanded after taking a snapshot, then the IOs to the new io-units(block ranges) fails because the lba range falls out of bound for replica's parent device(snapshot). Till the issue is fixed, this check ensures we don't try to expand a volume if there is snapshot present. SPDK issue #3108. Co-authored-by: Diwakar Sharma <[email protected]>
- Loading branch information