@cadusilva First, you resize the LVM partition (with `gparted`, for example), then you use `pvresize` to assign the new capacity to LVM. That should do it.
I might end up trying this on a VM on my live stream later.
@cadusilva First, you resize the LVM partition (with `gparted`, for example), then you use `pvresize` to assign the new capacity to LVM. That should do it.
I might end up trying this on a VM on my live stream later.
@cadusilva AFAICS, LVM should pretty much take care of that automatically. It'll see that there is double the physical extent capacity and will just go on using them when creating new logical volumes.
Disclaimer: Morning coffee hasn't kicked in yet.
@evan @jaredwhite That's good to hear.
That being said, I find it confusing when someone posts about a personal initiative on their org's website.
@RadicalEdward @pluralistic You had me at "No DRM". I backed all three ebooks and audio books. WilW is just the icing on the cake.
"Well-designed code is easy to change, refactoring is how you change from one design to the next, and tests free you to refactor with impunity." (Sandi Metz, "Practical Object-Oriented Design")
"Whenever you put in a feature before you really need it, you are guilty of programming while stupid; if you wait until you really need the thing, you are likely to have a better understanding of what you need to do and how you should go about doing it." (Russ Olsen, Design Patterns in Ruby)
"Writing tests first forces a modicum of reusability to be built into an object from its inception; it would otherwise be impossible to write tests at all. Therefore, novice designers are best served by writing test-first code." (Sandi Metz, "Practical Object-Oriented Design")
@computerfact *cradles his HP 28S*
@pfefferle Das ist einfach zu lösen, denn man muss einem (standardkonformen) Cache nur mitteilen, dass dieselbe URL verschiedene Inhalte ausliefert, je nachdem, welches Format angefordert wird. Dafür ist der `Vary`-Header zuständig, weshalb meine Lösung in der `.htaccess` so aussieht:
<IfModule mod_headers.c>
Header merge Vary "Accept"
</IfModule>
That's it!
I'm Jochen Lillich, a greybeard geek and IT operations black belt. #DevOps trainer and mentor. German living in Ireland. Likes #Linux, #Ruby and #MechanicalKeyboards. He/him.
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.