There currently is an issue with claiming CFG crowdloan rewards as users are getting the error:
CrowdloanCLaim.OutOfLeasePeriod: Claiming Rewards is only possible during a lease
When claiming, the current block number is matched against the onchain storage of block numbers for the start and end of the lease.
If the current block is not in the [start, end] interval, the OutOfLeasePeriod error is thrown.
This motion, if passed, will update the end storage entry LeasePeriod via the Crowdloan Administrator by calling set_lease_period(9_072_000).