c169902d41
This patch fixes the error raised by NetApp driver when the user try to shrink a share to a size smaller than the current used space. Now the driver raises "shrinking_possible_data_loss" instead of "shrinking_error". Change-Id: I01a549a0e299ae0d0d9b603a9d0797f16f4b68b3 Closes-Bug: #1858328
8 lines
232 B
YAML
8 lines
232 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed an issue in NetApp driver when shrinking shares to a size
|
|
smaller than the current used space. Now it will return a more
|
|
appropriate error status called
|
|
``shrinking_possible_data_loss_error``.
|