Tendrl / specifications

Tendrl specs go here
GNU Lesser General Public License v3.0
6 stars 16 forks source link

specification for pool list view #83

Closed gnehapk closed 7 years ago

gnehapk commented 7 years ago

@anivargi @brainfunked @nthomas-redhat @anmolbabu @kamleshverma1 Please review.

gnehapk commented 7 years ago

Addresses #75.

gnehapk commented 7 years ago

Addresses #75.

gnehapk commented 7 years ago

@cloudbehl @anivargi I have updated the PR. Please review it.

gnehapk commented 7 years ago

@anivargi For the pool list view, below are the data that is not present in the json response of pool -

1) Status 2) Type 3) Utilisation 4) Replicas 5) OSDs 6) Quotas 7) Alerts

These are the data(with their mapped attribute in json) which are provided by API -

1) name - pools.poolname 2) Cluster name - maps.cluster_name 3) PGs - pools.pg_num

Please confirm, whether these mappings are correct or not.

mkudlej commented 7 years ago

Please add https://github.com/Tendrl/usmqe-tests/issues/17 as testing reference.