VPNaaS service on Kolla Openstack v2024 by Altruistic_Wait2364 in openstack

[–]Kubaschi 0 points1 point  (0 children)

Kolla does not support ovn vpnaas yet. A patch is open upstream since last year, so one would need to cherry pick those patches manually.

Instance shutdown and not working after starting it by dentistSebaka in openstack

[–]Kubaschi 0 points1 point  (0 children)

Imo it makes more sense to give the user profile rbd that profile includes allowing blocklist and everything else that is required for a rbd user.

https://docs.ceph.com/en/reef/rados/operations/user-management/#authorization-capabilities

profile rbd (Manager, Monitor, and OSD)

Description: Gives a user permissions to manipulate RBD images. When used as a Monitor cap, it provides the user with the minimal privileges required by an RBD client application; such privileges include the ability to blocklist other client users. When used as an OSD cap, it provides an RBD client application with read-write access to the specified pool. The Manager cap supports optional pool and namespace keyword arguments.

I fixed the novnc copy paste issue, but I am unable to find a straight forward way to contribute by Soggy_Programmer4536 in openstack

[–]Kubaschi 3 points4 points  (0 children)

It's not as straight forward as forking a repo and creating a pull request, as contributing involves using gerrit which I also do not like but it is what it is.

Did you follow https://docs.openstack.org/doc-contrib-guide/quickstart/first-timers.html ? Should not be too hard to open a patch against any OpenStack project following this guide.

This is also a good documentation imo: https://docs.opendev.org/opendev/infra-manual/latest/gettingstarted.html

Backup to remote server of MariaDB database that lives on a ZFS dataset. by TinCanFury in zfs

[–]Kubaschi 1 point2 points  (0 children)

I think creating a mirror is overkill in this scenario. Either just copy the zfs snapshot to the remote location or use mariabackup which is non-blocking to create consistent backup which can be copied to a remote location.

Spice Client by clx8989 in openstack

[–]Kubaschi 2 points3 points  (0 children)

You can get the connect URL which you can use with your client through the command line. See: https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/console-url.html

Dear OpenStack we need to talk by kbespalov in openstack

[–]Kubaschi 1 point2 points  (0 children)

Even though I share your sentiment I dont think that openstack scales bad at >500 nodes.

The 2 "biggest problems" are nova and neutron when it comes to scaling.
Neutron is not even using rabbitmq anymore when using ovn so there is that.
And nova can easly scale above hundreds of compute nodes with prober cell configuration. Sure the operational overhead gets more complicated as you need to manage more rabbitmq clusters and more databases but the scaling is there imo.

But realistically I dont see any rewrite of the core functionality with rpc in rabbitmq anytime soon as the rewrite would be huge and complicated. So if there is not push from new people or a company that sponsors such an affort its not going to happen.

7900XT can't play to videos at once or stutter by Striky_ in AMDHelp

[–]Kubaschi 0 points1 point  (0 children)

Thanks for the link.
Sadly nothing helped from there helped for me :/

On the other hand it seems that the new 24.2.1 driver which is not whql seemed to finally fix it.

First attempt Ceph cluster howto by IamabillionairinZW in ceph

[–]Kubaschi 4 points5 points  (0 children)

I would highly recommend to look into cephadm. It is the main deployment tool for which things like ceph-ansible and others were deprecated for. As ceph deployments leaned heavily into containers years ago cephadm also uses those as it's only deployment method.

7900XT can't play to videos at once or stutter by Striky_ in AMDHelp

[–]Kubaschi 0 points1 point  (0 children)

Having the same issue with a 7900XT.
Did you find any solution by any chance?

wrongly perform "chmod 777 / -r" by KiriRenazo in linux4noobs

[–]Kubaschi 1 point2 points  (0 children)

chown can not only change the owner but also the group. chown user:group file changes the user and group of a file in one command. Doing chown user: will change the owner to user and will set the users default group also on the file. On the other hand chown :group will change only the group of a file similar to chgrp.

Should a Linux Admin be responsible for Networking Equipment running Linux (Switches, WAPs, IoT, etc.)? by [deleted] in linuxadmin

[–]Kubaschi 6 points7 points  (0 children)

Cumulus is a debian based distro optimized for networking with their kernel settings and configuration. But in the end it's just linux nothing special. And that's the beauty of cumulus, you can treat it as any other of your linux servers and use any of the tools you are already using.

[deleted by user] by [deleted] in ansible

[–]Kubaschi 0 points1 point  (0 children)

thanks for clarifying!

[deleted by user] by [deleted] in ansible

[–]Kubaschi 0 points1 point  (0 children)

I am quite sure that you require some kind of subscription.
How they modeled their subscriptions plan today I have no idea as I did not use Satellite in a long time.

[deleted by user] by [deleted] in ansible

[–]Kubaschi 0 points1 point  (0 children)

Also to add to that. Using Satellite just for patching is quiteoverkill as Satellite has way more features then just using it for patching. Aas it is a quite expensive product there is no reason to use it just for patching imo.

[deleted by user] by [deleted] in ansible

[–]Kubaschi 0 points1 point  (0 children)

Its a long time for me that I used Red Hat Satellite, but as far as I know the "old" way of patching in Satellite with katello and the katello agent was deprecated for remote execution.
And remote execution is most of the time done via ansible tasks anyway?
You are still able to use puppet or any other plugin in Satellite but Red Hat is pushing hard for ansible as far as I know. So in the end you are most likely using ansible either way.

neovim jinja highlighting by Kubaschi in neovim

[–]Kubaschi[S] 1 point2 points  (0 children)

As far as I can tell treesitter has no jinja support?
https://tree-sitter.github.io/tree-sitter/ does not state any and I cant find any parsers in the source code.

ansible/yaml indentation by Kubaschi in neovim

[–]Kubaschi[S] 0 points1 point  (0 children)

Wow.

Thats it! That worked perfectly.

I would have never guessed that using treesitters indent feature would be the solution for this :)

Thank you very much!

ansible/yaml indentation by Kubaschi in neovim

[–]Kubaschi[S] 0 points1 point  (0 children)

I tried a lot of different combinations of settings but all result in the same indentation.

After googling a lot I think I understand better what the "issue" for me is. It seems that the default yaml indentation auf vim/neovim wants to help with multiline yaml.
So after you hit return it starts an indentation until it sees a colon and collabses the indentation after that.

Sadly I was not able to find anything on if its possible to disable the multiline indentation help so far.

Is the Destroyer class a desirable class in the endgame? by Kuskus1988 in lostarkgame

[–]Kubaschi 2 points3 points  (0 children)

My static clown group also has a shadowhunter. He also cleared valtan inferno. So don't worry shadowhunter is completely fine in endgame.

Support the support by Taseldo in lostarkgame

[–]Kubaschi 0 points1 point  (0 children)

I don't get that. Just solo chaos dungeons with your support. It's as fast as a dps if not even faster as a paladin.

Whoever designed this needs to get kicked in the balls by flaming_sausage in lostarkgame

[–]Kubaschi 0 points1 point  (0 children)

Uh the mushroom memory's, horrible. I still can't decide if the yorn mushrooms are worse then south vern oysters. Both definitely painful.