-
### Description
Create a nightly version of the linux package tests that use the latest snapshots of main branch of core and contrib distributions from the respective repos.
This is a follow-up to…
-
When ILM deletes a searchable snapshot index, it deletes the snapshot first, waits for that to complete, and then deletes the index. This means that there's a period of time when the index still exist…
-
It often happens to me that the downloaded snapshots are not valid or corrupted, which has nothing to do with the tool I guess.
It would be great to actually check the downloaded files automaticall…
-
zfsnap easily ties in with apt (and maybe rpm) and can do pre/post apt snapshots with their own expiry. This with etckeeper makes me very happy that I can recover from exploding updates. Also, the cro…
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
**Describe the feature you'd like:**
Tidb running on Aws Kubernetes are able to backup using EBS volume s…
-
* show all possible times when it's possible to recovery, e.g. `SHOW SNAPSHOTS;`
* recover query, e.g. `RECOVER SNAPSHOT {{path/id/name}};`
-
It should be possible to create the snapshot collection (mostly) automatically using e.g. the following procedure:
- iterate over all ROMs of a given directory
- start each ROM
- wait a few seconds…
-
## Describe the bug
We are encountering two issues related to volume expansion and snapshot deletion:
When expanding a volume to match the size of the node, the volume occasionally fills the entir…
-
What do you think about generating snapshots, something similar like the current "edu.berkeley.cs" %% "rocket-dsptools" % "1.2-SNAPSHOT", which will at the same place unite rocket-chip, dsptools and …
chick updated
3 years ago
-
## Explanation of problem
Right now, snapshot creation is a side-effect of an `onAfterWrite()` hook for nearly all DataObjects with explicit ownership. Most of the time, a write event is one-to-one…