Imran Hussain

Results 10 comments of Imran Hussain

I ran in to this withe the rbd provisioner. The cephfs and rbd provisioners provided by kubespray are years out of date and long abandoned it seems. The new way...

/remove-lifecycle stale (Not sure I can do this) I still want to work on my PR to add the new Ceph CSI. Lack of time is just the issue...

@cristicalin That's a good find but from what I understand that's for a different type of RBD driver called `Flex` taken from the Rook project which is not the same...

@cristicalin I dug around the code and noticed this commit https://github.com/ceph/persistent-volume-migrator/commit/8c9b0a3a96f0d9251d4aade692d199da7a93ddf4 looks like it is possible to use the tool after all.

@cristicalin I've been meaning to set aside some time for testing the live migration and how it could maybe be done automatically. I'm going to mark this as WIP as...

Building on what @lookcrabs said I hacked in podman support for batches at https://github.com/imranh2/src-cli/commit/55d862cb98052bcde799530bba9d371502844619 You can clone my branch and just run `go build ./cmd/src` and you'll be left with...

I also wanted to do this so I added this functionality to yt-dlp so we can use the new option `--plugin-dirs` to do this once the nightly build releases https://github.com/yt-dlp/yt-dlp/pull/11277

FYI make sure seal has the `All files access`/`MANAGE_EXTERNAL_STORAGE` permission so it can actually read the plugin files and it just works as part of a custom command.

> Actually we're planning to remove this permission by the release of v2.0. So we'll need an in-app approach (with some UI) to handle installation/uninstallation of plugins A UI approach...

@DevilXD I implmented a workaround for the geoblock here https://github.com/DevilXD/TwitchDropsMiner/pull/593