Update git submodules

* Update manila from branch 'master'
  to 7b521675efd8e0be76ca6a75c30f6c46ff9c9a10
  - Merge "Direct mgr commands to the mgr daemon"
  - Direct mgr commands to the mgr daemon
    
    Commands in the Ceph driver are directed at the mon
    daemon instead of at the mgr daemon.
    
    The driver's rados_command() calls json_command() and,
    by default, json_command() calls the python
    rados client's mon_command() instead of mgr_command().
    
    By passing the target as mon-mgr, the python rados
    client's mgr_command() is called as desired, and we
    avoid the need of extra MON write caps.
    
    Closes-Bug: #1923181
    
    Co-Authored-By: Victoria Martinez de la Cruz <victoria@redhat.com>
    Co-Authored-By: Ramana Raja <rraja@redhat.com>
    Co-Authored-By: Tom Barron <tpb@dyncloud.net>
    Change-Id: I5bca68070ca1eb539d53dd31cb92588840e925e8
This commit is contained in:
Zuul 2021-04-19 19:25:03 +00:00 committed by Gerrit Code Review
parent d014d69a0f
commit 93fc2e539a
1 changed files with 1 additions and 1 deletions

2
manila

@ -1 +1 @@
Subproject commit 29a943fde726f3c667532079eee7297f0579d951
Subproject commit 7b521675efd8e0be76ca6a75c30f6c46ff9c9a10