charm-ceph-mon/actions
Alex Kavanagh b34d85ee81 Enable passing of integer value for pool-set action
Enable passing of an integer to the pool-set function.  Due to how juju
appears to parse things on the command line, setting type to string
causes it to fail to accept '3', "3" or 3 as a string.  Only "'3'"
works.  However, if we remove the type from actions.yaml and do the
validation in the charm, any value can be passed.

Depends-On: I6081c23af61fd5e872982ff477b0a5cb27141d11

Change-Id: Idf3468d9ae28dafc09c86f08b7f8c6470a665b7a
Closes-Bug: #1838650
2020-07-02 14:56:41 +01:00
..
__init__.py Re-license charm as Apache-2.0 2016-07-01 13:55:54 +01:00
ceph_ops.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
copy-pool action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
copy_pool.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
create-cache-tier action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
create-crush-rule action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
create-erasure-profile action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
create-pool action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
create_cache_tier.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
create_crush_rule.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
create_erasure_profile.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
create_pool.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
crushmap-update action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
crushmap_update.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
delete-erasure-profile action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
delete-pool action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
delete_erasure_profile.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
delete_pool.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
get-erasure-profile action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
get-health action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
get_erasure_profile.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
get_health.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
list-erasure-profiles action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
list-pools action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
list_erasure_profiles.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
list_pools.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
pause-health Re-license charm as Apache-2.0 2016-07-01 13:55:54 +01:00
pool-get action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
pool-set action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
pool-statistics action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
pool_get.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
pool_set.py Enable passing of integer value for pool-set action 2020-07-02 14:56:41 +01:00
pool_statistics.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
remove-cache-tier action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
remove-pool-snapshot action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
remove_cache_tier.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
remove_pool_snapshot.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
rename-pool action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
rename_pool.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
resume-health Re-license charm as Apache-2.0 2016-07-01 13:55:54 +01:00
security-checklist Add security-checklist to ceph-mon 2019-03-13 10:32:00 +01:00
security_checklist.py Add security-checklist to ceph-mon 2019-03-13 10:32:00 +01:00
set-noout Add set/unset noout actions 2018-03-20 10:06:39 +13:00
set-pool-max-bytes action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
set_noout.py Rename lib/ceph to lib/charms_ceph 2020-02-24 15:07:44 +00:00
set_pool_max_bytes.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
show-disk-free action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
show_disk_free.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
snapshot-pool action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
snapshot_pool.py action: Misc tidyup and improvements 2019-02-19 14:54:41 +00:00
unset-noout Add set/unset noout actions 2018-03-20 10:06:39 +13:00
unset_noout.py Rename lib/ceph to lib/charms_ceph 2020-02-24 15:07:44 +00:00