Open podwhitehawk opened 3 years ago
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey. Please be sure to review our Code of Conduct. Also, check out some of our community resources including:
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. If you have additional questions, email us at core@saltstack.com. We’re glad you’ve joined our community and look forward to doing awesome things with you!
👍 Having this problem with salt 3002.8 agents. Is this corrected in other salt agent versions?
Description disk.format used to work in 2019.2.3 we used before, but stopped working since we migrated to 3002.2.
Setup clean ubuntu (server) 20.04.2 salt 3002.2 (also doesn't work for 3002 and 3001.4, but works in 3000.6)
Steps to Reproduce the behavior as simple as calling
salt-call disk.format /dev/sdX1 --local
Expected behavior partition have to be formatted successfully
Screenshots
Versions Report salt is installed, using default configuration.
Additional context easily replaceable with
cmd.run mkfs.ext4 /dev/sdX1
for those who looking for temporary workaround.