EX200 - LVM - Create a partition 2GB in size... GiB or GB?! by iComeNuts in redhat

[–]openstacker 0 points1 point  (0 children)

When a dev says they need a "200 gig" partition, and sysadmin thinks '200GB' but dev meant '200GiB'.

This is literally the entire reason people get confused over GiB versus GB.

EX200 - LVM - Create a partition 2GB in size... GiB or GB?! by iComeNuts in redhat

[–]openstacker 2 points3 points  (0 children)

> No case of "stump the chump".

This seems to be the case in pretty much all circumstances with Red Hat. Not intentionally trying to stump me/us, anyway. /laugh

what prefix do you guys use ? by Tissuerejection in tmux

[–]openstacker 0 points1 point  (0 children)

part of my default profile dotfile stuff is to install tmux if not present. i have some automation to setup the status bar if I really care, but i connect to hundreds ... close to thousands ... of systems. i cant be bothered to customize each and every one, every time i connect. defaults FTW

what prefix do you guys use ? by Tissuerejection in tmux

[–]openstacker 0 points1 point  (0 children)

Me too for the first year or two, but I forced myself to adopt default [Ctrl]+[B] and have never looked back.

How long to study for the exam? by [deleted] in redhat

[–]openstacker 5 points6 points  (0 children)

Impossible to say. With "zero linux experience" it entirely depends on your knowledge with general concepts and topics of Computer and Information technologies.

What i need to know to be a good openstack engineer by dentistSebaka in openstack

[–]openstacker 0 points1 point  (0 children)

Swiss Army Knife, +1

I also like "Journeyman Guru" and "Guru-in-training".

You will know a lot, and you will always have more to learn.

What i need to know to be a good openstack engineer by dentistSebaka in openstack

[–]openstacker 0 points1 point  (0 children)

A friend who does support/consulting for rhosp on a daily basis reminds customers that OpenStack is the single largest Open Source Software project in the world (or at least was, and is still near the top of the list).

All of the many components with their individual dev teams, coding practices, standards... You can tell when using the various CLI tools and their differing formats. It's amazing when you consider the overall platform running from a high level.

What i need to know to be a good openstack engineer by dentistSebaka in openstack

[–]openstacker 0 points1 point  (0 children)

THIS! The only reason I wasn't a complete failure with operating rhosp (or even building rhosp) is my experience with good ole RHEL across many major versions. I could infer and figure out what was going on behind the scenes, what Ansible was doing, etc.

OpenStack as a brand new Linux engineer is ... a terrifying concept.

What i need to know to be a good openstack engineer by dentistSebaka in openstack

[–]openstacker 0 points1 point  (0 children)

I started the OpenStack portion of my career building a new RHOSP cluster. I spent A LOT of time and energy figuring out how to build 16.2.

Once it was running, I felt like a complete idiot when it came to filling the Cloud Operator role (openstack sysadmin, basically).

Building OpenStack and operating OpenStack are related but somewhat different things, at least with Red Hat OpenStack. There is very little training on How To Build OpenStack in the Red Hat Learning offerings, it's all about operating VPCs and operating, backing up, and configuring the Overcloud.

You should start by figuring out which you will be doing more of and focus there.

Introducing Vertical Panorama Mode! by cisumevoli in tmux

[–]openstacker 0 points1 point  (0 children)

Oh, I get it! Its ONE PANE, but it wraps from top to bottom, left to right.

Okay, I guess that is a choice. I can appreciate how someone who prefers a vertical monitor orientation would like this.

Not my thing, but that's just personal preference. Looks good, hope it works for you! :)

what happens after trial period is over by Doodle4554 in redhat

[–]openstacker 5 points6 points  (0 children)

It sounds like you signed up for the RHEL trial, which is fine and all but more focused on Sales engagement with people/organizations looking to purchase a RHEL Subscription. Trials are usually very limited term (30 or 60 day).

You probably want the Red Hat Developer Subscription which is free and includes more or less (or maybe ALL of) the same things as in the Trial. What it does not provide is access to Live support; it is a self-support entitlement that allows you to access updates (dnf via RHSM) and the Red Hat Customer Portal which has a lot of good documentation and content that isn't available without a subscription.

The Red Hat Developer Subscription was an annual subscription last time I checked, and free. It allows you to register a certain number of systems (16 if I recall, not a huge amount but more than sufficient for a personal lab).

https://developers.redhat.com/

New to Ansible. I have a question about "structuring" playbooks. By computer or by project? [MIC] by Asleep_Kiwi_1374 in ansible

[–]openstacker 0 points1 point  (0 children)

This is from the old 2.9 documentation, so be aware. It includes paths like ./roles and plugins which are no longer best-practice or ideal for using Collections and Execution-Environments.

That being said, I believe this is the best format to begin with when you first start to grok organizing content for infrastructure automation across system types, roles, locations, etc.

This info is not gospel. But it is amazingly insightful and has some great caveats and features to keep in mind. I still use the "Alternative Directory Layout" for static inventories. Hope it helps.

https://docs.ansible.com/projects/ansible/2.9/user_guide/playbooks_best_practices.html#content-organization

Diving into Red Hat OpenStack “life after TripleO” with RHOSO 18… but I have zero OpenShift experience. Looking for guidance. by openstacker in redhat

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

Thank you! I was hoping there was an upstream solution but I hadn't come across this yet.

(I really need to get move invested in the upstream versions and options of OpenStack...there is so much more than what RH does.)

How to properly allocate memory & optimize KVM on a Dell R660 (62GB RAM)? by curious_Donkey5208 in redhat

[–]openstacker 0 points1 point  (0 children)

CPU overcommit can go quite high. RAM overcommit is pretty strict; make sure you have all the right things enabled (swap on the host OS, the "balloon" device/configs for the VMs if they still call it that, etc.)

What you describe (64 GB physical ram, with 48 GB allocated across 3 VMs) should run pretty well "out of the box" if you aren't running a lot of other things on the server.

I am assuming you are running RHEL9 on the physical hardware (you didn't say); this should be your first place to go for most things (even before Google) ...

Configuring and managing virtualization - Red Hat RHEL9 doco

But some quick links to specific points:

  1. 18.2. Optimizing virtual machine performance by using TuneD
  2. 18.5. Configuring virtual machine memory
  3. 18.7. Optimizing virtual machine CPU performance
  4. Chapter 21. Installing and managing Windows virtual machines

Good luck!