Hi, I do most of my Ceph stuff on the command line, although the dashboard can be quite helpful with a lot of stuff, too. But when I create a new pool on a newly deployed cluster I always have to enable the application manually. And since many of those systems are just for testing something quickly (and maybe throw them away afterwards), they aren't attached to any sort of automation (virtual machines in almost air-gapped environments). So I was wondering if there's a chance to add a CLI option to directly set the application during pool creation. The dashboard has that option, but in the background it also just sets the application after pool creation: log [INF] : from='mgr.5307102 192.168.168.50:0/604015211' entity='mgr.host1.vhylmr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "test-appl", "app": "rbd", "yes_i_really_mean_it": true}]': finished Is this something I could add to my wish list? :-) Thanks, Eugen