hpe-storage / python-hpedockerplugin

HPE Native Docker Plugin
Apache License 2.0
36 stars 64 forks source link

File Persona: Share gets created in same Fpg even after size limit exhausted 16TB #654

Closed sandesh-desai closed 5 years ago

sandesh-desai commented 5 years ago

File Persona: Share gets created in same Fpg even after size limit exhausted 16TB.

Testbed Details: Host:192.168.68.43 Host OS: ""Red Hat Enterprise Linux Server"" Docker Version: 17.06.2-ee-21 3PAR array: 192.168.67.6 [DEFAULT] & [3PAR]

Steps perform:

1) Hpe.conf have "DEFAULT" and Additional backend as "3PAR".Both have same configuration with only 1 IP in server_ip_pool. 2) Create share on backend "3PAR" with size=12TB (12288) docker volume create -d hpe --name sandesh -o filePersona -o cpg=Sandesh-snap -o backend=3PAR -o size=12288 3) Create share on "DEFAULT" with size=12TB(12288) use the same cpg and fpg which created while creating above share. docker volume create -d hpe --name sandesh_default -o filePersona -o size=12288 -o fpg=DockerFpg_1 -o cpg=Sandesh-snap

Expected result:It should mention size limit exhausted as well as IP address pool exhausted message.

Attaching the logs: Docker output.txt Messages logs.txt 3PAR output.txt

sandesh-desai commented 5 years ago

Verified and working as expected. Attaching the logs: 654_3par output.txt 654_docker output.txt BUG_654.txt