Activity log for bug #1920888

Date Who What changed Old value New value Message
2021-03-23 09:12:44 Jon Cui bug added bug
2021-03-23 09:12:56 Jon Cui manila: assignee Jon Cui (czl389)
2021-03-24 02:45:09 Jon Cui description Description =========== List shares sorted by 'availability_zone' return http 400 error, and error message is "ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'". Steps to reproduce ================== * Run manila list command, Expected result =============== # manila list --sort-key availability_zone --sort-dir asc +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | ID | Name | Size | Share Proto | Status | Is Public | Share Type Name | Host | Availability Zone | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | 7edf862c-a743-4efd-8d68-95e0bf835aa5 | None | 5 | CEPHFS | available | False | default_share_type | manila@ZTE_CloveStorage-2#native | mova | | 23172497-e5c7-4f0b-9882-a2f27b6016cc | test-czl2022 | 5 | NFS | available | False | nfs_type | manila@ZTE_CloveStorage-1#nfs | nova | | bdea38e3-8588-4032-9e16-e0a3b7cd7678 | None | 2 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | | 97bafa3a-e142-41a2-b725-bdbcbfb1d7ba | None | 1 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ Actual result ============= # manila list --sort-key availability_zone --sort-dir asc ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'. (HTTP 400) (Request-ID: req-3b18c0cd-9f99-4dce-8238-4e69062092a9) Environment =========== version: Train Description =========== List shares sorted by 'availability_zone' return http 400 error, and error message is "ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'". Steps to reproduce ================== * Run manila list command with sorting key named 'availability_zone'. for instance, run 'manila list --sort-key availability_zone --sort-dir asc' and check returned text. Expected result =============== # manila list --sort-key availability_zone --sort-dir asc +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | ID | Name | Size | Share Proto | Status | Is Public | Share Type Name | Host | Availability Zone | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | 7edf862c-a743-4efd-8d68-95e0bf835aa5 | None | 5 | CEPHFS | available | False | default_share_type | manila@ZTE_CloveStorage-2#native | mova | | 23172497-e5c7-4f0b-9882-a2f27b6016cc | test-czl2022 | 5 | NFS | available | False | nfs_type | manila@ZTE_CloveStorage-1#nfs | nova | | bdea38e3-8588-4032-9e16-e0a3b7cd7678 | None | 2 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | | 97bafa3a-e142-41a2-b725-bdbcbfb1d7ba | None | 1 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ Actual result ============= # manila list --sort-key availability_zone --sort-dir asc ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'. (HTTP 400) (Request-ID: req-3b18c0cd-9f99-4dce-8238-4e69062092a9) Environment =========== version: Train
2021-03-24 02:52:59 Jon Cui summary Share list sorted by 'availability_zone' return http 400 error. Share list sorted by 'availability_zone' return 'wrong sorting key' error.
2021-03-24 03:03:59 Jon Cui description Description =========== List shares sorted by 'availability_zone' return http 400 error, and error message is "ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'". Steps to reproduce ================== * Run manila list command with sorting key named 'availability_zone'. for instance, run 'manila list --sort-key availability_zone --sort-dir asc' and check returned text. Expected result =============== # manila list --sort-key availability_zone --sort-dir asc +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | ID | Name | Size | Share Proto | Status | Is Public | Share Type Name | Host | Availability Zone | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | 7edf862c-a743-4efd-8d68-95e0bf835aa5 | None | 5 | CEPHFS | available | False | default_share_type | manila@ZTE_CloveStorage-2#native | mova | | 23172497-e5c7-4f0b-9882-a2f27b6016cc | test-czl2022 | 5 | NFS | available | False | nfs_type | manila@ZTE_CloveStorage-1#nfs | nova | | bdea38e3-8588-4032-9e16-e0a3b7cd7678 | None | 2 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | | 97bafa3a-e142-41a2-b725-bdbcbfb1d7ba | None | 1 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ Actual result ============= # manila list --sort-key availability_zone --sort-dir asc ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'. (HTTP 400) (Request-ID: req-3b18c0cd-9f99-4dce-8238-4e69062092a9) Environment =========== version: Train Description =========== List shares CLI with sorting key 'availability_zone' return http 400 error, and error message is "ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'". Steps to reproduce ================== * Run manila list command with sorting key named 'availability_zone'.   for instance, run 'manila list --sort-key availability_zone --sort-dir asc' and check   returned text. Expected result =============== # manila list --sort-key availability_zone --sort-dir asc +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | ID | Name | Size | Share Proto | Status | Is Public | Share Type Name | Host | Availability Zone | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | 7edf862c-a743-4efd-8d68-95e0bf835aa5 | None | 5 | CEPHFS | available | False | default_share_type | manila@ZTE_CloveStorage-2#native | mova | | 23172497-e5c7-4f0b-9882-a2f27b6016cc | test-czl2022 | 5 | NFS | available | False | nfs_type | manila@ZTE_CloveStorage-1#nfs | nova | | bdea38e3-8588-4032-9e16-e0a3b7cd7678 | None | 2 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | | 97bafa3a-e142-41a2-b725-bdbcbfb1d7ba | None | 1 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ Actual result ============= # manila list --sort-key availability_zone --sort-dir asc ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'. (HTTP 400) (Request-ID: req-3b18c0cd-9f99-4dce-8238-4e69062092a9) Environment =========== version: Train
2021-03-24 03:04:32 Jon Cui description Description =========== List shares CLI with sorting key 'availability_zone' return http 400 error, and error message is "ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'". Steps to reproduce ================== * Run manila list command with sorting key named 'availability_zone'.   for instance, run 'manila list --sort-key availability_zone --sort-dir asc' and check   returned text. Expected result =============== # manila list --sort-key availability_zone --sort-dir asc +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | ID | Name | Size | Share Proto | Status | Is Public | Share Type Name | Host | Availability Zone | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | 7edf862c-a743-4efd-8d68-95e0bf835aa5 | None | 5 | CEPHFS | available | False | default_share_type | manila@ZTE_CloveStorage-2#native | mova | | 23172497-e5c7-4f0b-9882-a2f27b6016cc | test-czl2022 | 5 | NFS | available | False | nfs_type | manila@ZTE_CloveStorage-1#nfs | nova | | bdea38e3-8588-4032-9e16-e0a3b7cd7678 | None | 2 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | | 97bafa3a-e142-41a2-b725-bdbcbfb1d7ba | None | 1 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ Actual result ============= # manila list --sort-key availability_zone --sort-dir asc ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'. (HTTP 400) (Request-ID: req-3b18c0cd-9f99-4dce-8238-4e69062092a9) Environment =========== version: Train Description =========== List shares CLI with sorting key 'availability_zone' return http 400 error, and error message is "ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'". Steps to reproduce ================== * Run manila list command with sorting key named 'availability_zone'.  for instance, run 'manila list --sort-key availability_zone --sort-dir asc' and check  returned text. Expected result =============== # manila list --sort-key availability_zone --sort-dir asc +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | ID | Name | Size | Share Proto | Status | Is Public | Share Type Name | Host | Availability Zone | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ | 7edf862c-a743-4efd-8d68-95e0bf835aa5 | None | 5 | CEPHFS | available | False | default_share_type | manila@ZTE_CloveStorage-2#native | mova | | 23172497-e5c7-4f0b-9882-a2f27b6016cc | test-czl2022 | 5 | NFS | available | False | nfs_type | manila@ZTE_CloveStorage-1#nfs | nova | | bdea38e3-8588-4032-9e16-e0a3b7cd7678 | None | 2 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | | 97bafa3a-e142-41a2-b725-bdbcbfb1d7ba | None | 1 | NFS | available | False | default_share_type | manila@ZTE_CloveStorage-1#nfs | nova | +--------------------------------------+--------------+------+-------------+-----------+-----------+--------------------+----------------------------------+-------------------+ Actual result ============= # manila list --sort-key availability_zone --sort-dir asc ERROR: Invalid input received: Wrong sorting key provided - 'availability_zone'. (HTTP 400) (Request-ID: req-3b18c0cd-9f99-4dce-8238-4e69062092a9) Environment =========== version: Train
2021-05-20 15:57:07 Victoria Martinez de la Cruz manila: importance Undecided Medium
2021-05-20 15:57:49 Victoria Martinez de la Cruz manila: status New Confirmed
2021-05-20 15:58:01 Victoria Martinez de la Cruz affects manila python-manilaclient
2021-09-01 18:23:50 OpenStack Infra tags in-stable-wallaby