Conversation
roosterfish
left a comment
There was a problem hiding this comment.
Hey @kimanhou, thanks for tackling this so quickly. Unfortunately I cannot access https://lxd-ui-1878.demos.haus/, but please see my comment.
| [getPoolKey("ceph_user_name")]: values.ceph_user_name, | ||
| [getPoolKey("ceph_rbd_features")]: values.ceph_rbd_features, | ||
| source: values.source, | ||
| [hasRemoteDropSource ? "ceph.osd.pool_name" : "source"]: values.source, |
There was a problem hiding this comment.
Not sure if this is the right place here, but ceph.osd.pool_name should always be a valid option for a Ceph RBD pool no matter if storage_remote_drop_source is present or not.
Same as the [getPoolKey("cephfs_path")]: values.cephfs_path, below.
1d02c24 to
a1c5816
Compare
|
@roosterfish Like this ?
|
|
One more comment. If you don't set |
a1c5816 to
96aae9a
Compare
edlerd
left a comment
There was a problem hiding this comment.
Thanks for picking this task up so quickly. Some thoughts on the proposed changes below.
96aae9a to
7c36fe8
Compare
|
@roosterfish I opened a PR in LXD to update the description of Ceph OSD pool name, it will appear in help text in the UI. Is it clearer ? |
edlerd
left a comment
There was a problem hiding this comment.
Thanks for the iteration. Some further thoughts on the changes below.
7c36fe8 to
745eec5
Compare
Signed-off-by: Kim Anh Nguyen <4783194+kimanhou@users.noreply.github.com>
745eec5 to
678fbff
Compare



Done
Fixes #1877
QA
driver=CephSourcedoesn't appear on the main configuration screenCeph OSD pool nameappears on the Ceph specific screendriver=CephFSSourcedoesn't appear on the main configuration screenPathappears on the Ceph specific screen (it was already there)Screenshots