elonen

Results 49 comments of elonen

Hmm, now "rmarchive" suddenly updates the bookkeeping correctly, apparently after a successful inventory. Evidently it is some kind of a bug but I can't really figure out what is the...

Turns out DynamoDB / AWS demands precise clock synchronicity. Running `ntpdate` finally made the error go away. Could the error message be caught in glacier-cli and replaced with a bit...

Even if there's no backup dump in LINSTOR, some kind of support for somehow gracefully resyncing / recovering from a (slightly) outdated database is practically quite necessary. I've currently got...

(Not really a fatal error but it there's a workaround to get the snapshot and then the resource deleted, I'd appreciate it.)

Here you go. No interactive history, sorry. The stuck resource definition is `vm-105-disk-1`, and it has no volume definitions or active resources, only the snapshot that won't get deleted: ```...

~~It sounds like PR #335 would allow this as well, you just wouldn't render the `dummy_dnd_items` for the folder div.~~ _(Looks like it had issues of its own.)_

Ok, I finally figured out a method that works: ```svelte let dummy_dnd_items: any = [{'id': 'dummy'}]; function handleConsider(e: CustomEvent) { // Move shadow item to the end of the list...

I want the folders to change style (zoom and brighten) on dnd actions, which the drop zone action supports nicely, and have the decorations be included.

**Bug with the workaround**: works ok for mouse, but for keyboard navigation, the static decorations divs apparently get automatically assigned `tabindex`es from the library (even though `dragDisabled: true`) => bogus...

Thank you. Here's the repl: https://svelte.dev/repl/82a7534845b44337b9cdaffdea034b6e?version=3.55.1