We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[fge@redhat-vm1 ~]$ sudo lsmenv vmax lsmcli lv|grep lsm_v_c__EGAA 6426c8603b7d913d839bc31bd4675059 | lsm_v_c__EGAA | 60000970000194900393533030344145 | 537722880 | No | SYMMETRIX-+-000194900393-+-C-+-0001 | SYMMETRIX-+-000194900393 6426c8603b7d913d839bc31bd4675059 | lsm_v_c__EGAA | 60000970000194900393533030344145 | 537722880 | No | SYMMETRIX-+-000194900393-+-S-+-DEFAULT_POOL | SYMMETRIX-+-000194900393
The SYMMETRIX-+-000194900393-+-S-+-DEFAULT_POOL is the pool for delta only.
SYMMETRIX-+-000194900393-+-S-+-DEFAULT_POOL
The volume lsm_v_c__EGAA is an snapshot target which is from snapshot source pool and delta pool.
lsm_v_c__EGAA
This also cause pool_id_of_cim_vol() fail for founding two pools.
pool_id_of_cim_vol()
Currently, we didn't have good way to handle this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
SYMMETRIX-+-000194900393-+-S-+-DEFAULT_POOL
is the pool for delta only.The volume
lsm_v_c__EGAA
is an snapshot target which is from snapshot source pool and delta pool.This also cause
pool_id_of_cim_vol()
fail for founding two pools.Currently, we didn't have good way to handle this.
The text was updated successfully, but these errors were encountered: