opendevreview | haixin proposed openstack/python-manilaclient master: Manila client suppot recycle bin https://review.opendev.org/c/openstack/python-manilaclient/+/801424 | 01:02 |
---|---|---|
opendevreview | haixin proposed openstack/manila-tempest-plugin master: Add tests for manila recycle bin https://review.opendev.org/c/openstack/manila-tempest-plugin/+/802644 | 01:55 |
opendevreview | Goutham Pacha Ravi proposed openstack/manila-tempest-plugin master: Fix incorrect cephfs related test skip logic https://review.opendev.org/c/openstack/manila-tempest-plugin/+/802646 | 02:28 |
opendevreview | Goutham Pacha Ravi proposed openstack/manila-tempest-plugin master: Fix incorrect cephfs related test skip logic https://review.opendev.org/c/openstack/manila-tempest-plugin/+/802646 | 02:30 |
gouthamr | ugh | 02:30 |
opendevreview | Goutham Pacha Ravi proposed openstack/manila-tempest-plugin master: Fix incorrect cephfs related test skip logic https://review.opendev.org/c/openstack/manila-tempest-plugin/+/802636 | 02:32 |
opendevreview | haixin proposed openstack/manila-tempest-plugin master: Add tests for manila recycle bin https://review.opendev.org/c/openstack/manila-tempest-plugin/+/802644 | 02:57 |
opendevreview | Goutham Pacha Ravi proposed openstack/puppet-manila master: Drop tenant_id templating from v2 endpoint https://review.opendev.org/c/openstack/puppet-manila/+/802656 | 05:56 |
opendevreview | Goutham Pacha Ravi proposed openstack/puppet-manila master: Drop tenant_id templating from v2 endpoint https://review.opendev.org/c/openstack/puppet-manila/+/802656 | 06:10 |
opendevreview | Archana Kumari proposed openstack/python-manilaclient master: [OSC] Implement Share Group Commands https://review.opendev.org/c/openstack/python-manilaclient/+/801740 | 07:04 |
opendevreview | haixin proposed openstack/manila-tempest-plugin master: Add tests for manila recycle bin https://review.opendev.org/c/openstack/manila-tempest-plugin/+/802644 | 07:16 |
*** diablo_rojo__ is now known as diablo_rojo | 09:33 | |
opendevreview | haixin proposed openstack/python-manilaclient master: Manila client suppot recycle bin https://review.opendev.org/c/openstack/python-manilaclient/+/801424 | 10:08 |
fzzf1 | I'm doing tempest test on driver, I have encountered two types of problems.https://paste.opendev.org/show/807758/. At the end is my tempest.conf 1.Timeout problem occurs when create share or delete share, I guess if it's due to server responds slowly? What parameters can be configured to prevent timeout? 2. share type can't be delete, display {'code': 400, 'message': 'Target share type is still in use.'} . when run 'manila type-list', there are | 11:25 |
fzzf1 | many named tempest-*- type, can't be deleted for the same reason 'Target share type is still in use'. | 11:25 |
opendevreview | Luisa proposed openstack/python-manilaclient master: Fix issue while creating share from snapshot https://review.opendev.org/c/openstack/python-manilaclient/+/801866 | 11:38 |
carloss | o/ fzzf1: your tests are failing on the teardown of the class, and also seems that your shares aren't getting available. Tempest tries to set up shares for tests using the backend stanzas you add in the manila.conf file | 11:41 |
carloss | In your case, the issue does not seem to be on tempest... It seems to be on the shares creation. Manila won't allow a share type to be deleted if a share is not deleted | 11:42 |
carloss | to list all shares, you can try to run manila list --all-tenants, and then if there are shares stuck there, you can try to delete them | 11:42 |
carloss | s/Manila won't allow a share type to be deleted if a share is not deleted/Manila won't allow a share type to be deleted if all shares tied to the type are not deleted | 11:44 |
fzzf1 | carloss: oh, I'm using manila list before, Now I run manila list --all-tenants,it show many tempest's named share. | 11:45 |
carloss | I'd recommend you to check the logs of the services to see what are the errors and try to see what is causing them. You can do so by using journalctl and capturing the logs of the unit | 11:46 |
carloss | fzzf1: what are the shares' status? | 11:50 |
fzzf1 | carloss: according to running error show. It seems like Time out when creat share or delete share, If you see this https://paste.opendev.org/show/807758/ ,I am thinking how to make tempest's request to the backend slower to prevent timeout occur out. | 11:51 |
fzzf1 | carloss: it shows , half available and half error-deleting | 11:52 |
fzzf1 | carloss: Should I use journalctl devstack@m-shr or devstack@m-sch? | 11:54 |
carloss | > I'd recommend you to check the logs of the services to see what are the errors and try to see what is causing them. You can do so by using journalctl and capturing the logs of the unit | 11:55 |
carloss | example: keep one terminal tab listening to each manila service unit log using journalctl... the services are: devstack@m-api.service, devstack@m-sch.service and devstack@m-shr.service | 11:55 |
carloss | so you'd be using `journalctl -afu devstack@m-api.service` and so on... | 11:55 |
carloss | then execute a single test or even try to execute the tests of a single file, to see if an issue occurs... then you'd need to check if there are errors displayed in the screen files | 11:56 |
carloss | you can use the regex that failed and you posted in your paste: `tempest run -r manila_tempest_tests.tests.api.test_access_rules_metadata.AccessRulesMetadataTest` | 11:56 |
fzzf1 | carloss: I hava testd two of a single file due to timeout before. it success. I am going to delete error share ,try again and monitor the log | 12:03 |
fzzf1 | carloss: when I run 'manila delete share' , it need group id, How I confirm Which group the share corresponds to | 12:12 |
carloss | what's the error shown in the CLI? | 12:14 |
carloss | fzzf1: if you want to confirm, you can use manila show share_id and it will display the share info | 12:15 |
fzzf1 | carloss:Delete for share 73891edd-b94d-4fdb-b776-fdb62386884a failed: Must provide 'share_group_id' as a request parameter when deleting a share in a share group. | 12:17 |
carloss | https://opendev.org/openstack/manila/src/branch/master/manila/api/v1/shares.py#L80 | 12:24 |
carloss | yeah, you'll need to provide the share group when deleting shares related to a group | 12:24 |
carloss | fzzf1: I have a question though: the backend driver you are using supports share groups? | 12:25 |
fzzf1 | no | 12:25 |
carloss | if not, you'd need to have run_share_group_tests set to False as well | 12:25 |
carloss | because it defaults to true, and if you don't set it to false, tempest will try to run the share group tests and they will fail, considering that the driver does not handle it | 12:26 |
fzzf1 | carloss:okay, I understand it. thanks. | 12:28 |
carloss | you're welcome fzzf1 :) | 12:28 |
opendevreview | Merged openstack/manila-tempest-plugin master: Fix parsing of share group type json https://review.opendev.org/c/openstack/manila-tempest-plugin/+/802632 | 13:51 |
opendevreview | Ashley Rodriguez proposed openstack/manila master: Update api-ref documentation https://review.opendev.org/c/openstack/manila/+/801653 | 14:21 |
diablo_rojo | gouthamr, can haz manila operator/user pain points? https://etherpad.opendev.org/p/pain-point-elimination | 14:40 |
diablo_rojo | Oh wow nvm | 14:40 |
diablo_rojo | etherpad just decided to show me you already added things | 14:41 |
diablo_rojo | lol | 14:41 |
diablo_rojo | my bad | 14:41 |
gouthamr | diablo_rojo: :) yes - added one after your ping yesterday - we may have some more feedback this week, we asked in the team irc meeting last week | 14:42 |
gouthamr | diablo_rojo: thank you for checking! Is there a deadline to add this info? | 14:43 |
diablo_rojo | As soon as possible? I think we will be deciding on goals soon, but the hard part is actually getting all projects to name something to work on. | 14:44 |
diablo_rojo | Just maybe let me know if you add/edit things?> | 14:44 |
diablo_rojo | That should be fine. | 14:44 |
gouthamr | diablo_rojo: +1, will do | 14:45 |
diablo_rojo | gouthamr, thank you! | 14:47 |
opendevreview | Stephen Finucane proposed openstack/manila master: tests: Remove use of 'oslo_db.sqlalchemy.test_base' https://review.opendev.org/c/openstack/manila/+/802763 | 17:08 |
opendevreview | Archana Kumari proposed openstack/python-manilaclient master: [OSC] Implement Share Group Snapshot Commands https://review.opendev.org/c/openstack/python-manilaclient/+/802791 | 19:01 |
opendevreview | Archana Kumari proposed openstack/python-manilaclient master: [OSC] Implement Share Group Snapshot Commands https://review.opendev.org/c/openstack/python-manilaclient/+/802791 | 19:07 |
opendevreview | Merged openstack/manila master: tests: Remove use of 'oslo_db.sqlalchemy.test_base' https://review.opendev.org/c/openstack/manila/+/802763 | 20:20 |
opendevreview | Merged openstack/manila master: Add documentation for per share gigabytes quotas https://review.opendev.org/c/openstack/manila/+/785744 | 20:21 |
opendevreview | Merged openstack/manila stable/victoria: init_host should be called before RPC consumer is created https://review.opendev.org/c/openstack/manila/+/800380 | 21:38 |
opendevreview | Merged openstack/manila master: Add missing share-type user message https://review.opendev.org/c/openstack/manila/+/800561 | 22:25 |
opendevreview | Merged openstack/manila master: Update api-ref documentation https://review.opendev.org/c/openstack/manila/+/801653 | 22:25 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!