-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport from develop features required by yomi #120
Conversation
Why are so many changes needed where most of them show as "merged" upstream ? |
@kkaempf All the patches are merged in the develop branch, no one is under review or do not comes from any other source that is not upstream. I backported all of them to 2019.2 upstream branch, but this backport is indeed too late, as they are in rc2. Somehow I didn't realize that having the code in develop is not enough to have the code landed in fluorine. I will work with upstream about this. Meanwhile I would like to include the patches in our package, and after asking the salt team I understand that I need to squash all the commits in a single pull request, that needs to land to openSUSE-2018.3.0. But looks like that this is not possible, as my changes depends on some changes that are not in this branch. So makes sense to use this openSUSE-2019.2.0rc1 branch that is very similar to where my backport proposal is in upstream. If this is not correct, tell me the correct way and I will adjust the patch. |
@aplanas we updated to 2019.2.0rc2 and I have re-targeted your PR to the new branch. Could you please rebase your branch on top of that? (openSUSE-2019.2.0rc2) |
6ec4bbf
to
1a6a43d
Compare
@dincamihai done! |
3806520
to
353cb82
Compare
353cb82
to
bb0aae7
Compare
Any chance that this will be merged? I saw the release note today. |
I want to rebase this, is still the rc2 branch the correct one, or do I need to use openSUSE-2019.2.0? |
It's openSUSE-2019.2.0 now. Thanks! |
@dincamihai done edit: I also added https://github.com/saltstak/salt/pull/51973, that fix the issue found in https://github.com/SUSE/spacewalk/issues/7175 |
33374e5
to
afcda5d
Compare
We have several issues reporting that salt is throwing exception when the minion does not respond. This change avoid the exception adding a default data to the minion when it fails to respond. This patch based on the patch suggested by @roskens. Issues #46876 #48509 #50238 bsc#1135507 Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
* Add root and no_recommends parameters in the public interface for Zypper and RPM (lowpkg) saltstack/salt#50125 * Add root parameter to useradd, shadow and groupadd saltstack/salt#50175 * cmd: Add root parameter for wait and run states saltstack/salt#50302 * systemd: add optional root parameter saltstack/salt#50380 * Add new chroot module https://github.com/openSUSE/salt/pull/50418 * Add new module freezer saltstack/salt#50452 * btrfs: add all subvolume commands saltstack/salt#50541 * btrfs: add new btrfs state saltstack/salt#50635 * zypper: demote log from error to warning saltstack/salt#50671 * blkid: add search by token saltstack/salt#50706 * mount: add fstab_{present,absent} states saltstack/salt#50725 * btrfs: add option to not set subvolumes as default saltstack/salt#50801 * Add disk_set and disk_toggle functions, and update valid partition flags saltstack/salt#50834 * disk: support setting FAT size for format_ saltstack/salt#51074 * parted: fix set_ valid flags comment. saltstack/salt#51704 * grains/core: ignore HOST_NOT_FOUND errno in fqdns() saltstack/salt#51706 * cmdmod: add 'binds' parameter in run_chroot saltstack/salt#51871 * mount: fix extra -t parameter saltstack/salt#51905 * lvm: be quiet when a pv, lv or vg is not expected saltstack/salt#51929 * linux_lvm: clean error in pvcreate and pvremove saltstack/salt#51954 * blockdev: hide blkid errors when are expected saltstack/salt#51956 * partially unify public functions signature for pkg and lowpkg saltstack/salt#51973 * extmods: add utils directories in sys.path saltstack/salt#52001
Add root and no_recommends parameters in the public interface for Zypper and RPM (lowpkg)
Add root and no_recommends parameters in the public interface for Zypper and RPM (lowpkg) saltstack/salt#50125
Add root parameter to useradd, shadow and groupadd
Add root parameter to useradd, shadow and groupadd saltstack/salt#50175
cmd: Add root parameter for wait and run states
cmd: Add root parameter for wait and run states saltstack/salt#50302
systemd: add optional root parameter
systemd: add optional root parameter saltstack/salt#50380
Add new chroot module
https://github.com/openSUSE/salt/pull/50418
Add new module freezer
Add new module freezer saltstack/salt#50452
btrfs: add all subvolume commands
btrfs: add all subvolume commands saltstack/salt#50541
btrfs: add new btrfs state
btrfs: add new btrfs state saltstack/salt#50635
zypper: demote log from error to warning
zypper: demote log from error to warning saltstack/salt#50671
blkid: add search by token
blkid: add search by token saltstack/salt#50706
mount: add fstab_{present,absent} states
mount: add fstab_{present,absent} states saltstack/salt#50725
btrfs: add option to not set subvolumes as default
btrfs: add option to not set subvolumes as default saltstack/salt#50801
Add disk_set and disk_toggle functions, and update valid partition flags
Add disk_set and disk_toggle functions, and update valid partition flags saltstack/salt#50834
disk: support setting FAT size for format_
disk: support setting FAT size for format_ saltstack/salt#51074
parted: fix set_ valid flags comment.
parted: fix set_ valid flags comment. saltstack/salt#51704
grains/core: ignore HOST_NOT_FOUND errno in fqdns()
grains/core: ignore HOST_NOT_FOUND errno in fqdns() saltstack/salt#51706
cmdmod: add 'binds' parameter in run_chroot
cmdmod: add 'binds' parameter in run_chroot saltstack/salt#51871
mount: fix extra -t parameter
mount: fix extra -t parameter saltstack/salt#51905
lvm: be quiet when a pv, lv or vg is not expected
lvm: be quiet when a pv, lv or vg is not expected saltstack/salt#51929
linux_lvm: clean error in pvcreate and pvremove
linux_lvm: clean error in pvcreate and pvremove saltstack/salt#51954
blockdev: hide blkid errors when are expected
blockdev: hide blkid errors when are expected saltstack/salt#51956
partially unify public functions signature for pkg and lowpkg
partially unify public functions signature for pkg and lowpkg saltstack/salt#51973
extmods: add utils directories in sys.path
extmods: add utils directories in sys.path saltstack/salt#52001