snapshot
Here are 459 public repositories matching this topic...
Feature request
Is your feature request related to a problem? Please describe.
Currently I need a lock variable for distrubuted states (same [here](https://github.com/mobxjs/mobx-st
URL: https://bugzilla.redhat.com/1379982
Creator: ndevos at redhat
Time: 20160928T10:44:57
Description of problem:
http://review.gluster.org/14701 adds new public functions for gfapi applications that want to receive upcall events. These functions are sparsely documented, which need to improve.
Version-Release number of selected component (if applicable):
mainline (+backports)
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Jun 30, 2020 - JavaScript
The AWS walkthrough states the only required policies are AmazonEC2FullAccess, AutoscalingFullAccess & AmazonVPCFull Access.
However, the AWS Walkthrough fails with the following message:
2019-06-24T02:46:13+05:30 [✖] Error during apply of atomic reconciler, attempting clawback: AccessDenied: User: arn:aws:iam::406569211866:user/k
bug report
Version & Platform
npm ls react-native react-native-view-shot
├── [email protected]
└── [email protected]Platform: Android
Expected behavior
Render elevation prop style on View component
Actual behavior
Elevation prop style is not rendered on View component
Steps to reproduce the behavior
1 - add elevation to a
In regards to #320, I didnt see any updates in sanoid.conf or sanoid.defaults.conf.
I tried adding zfs_recursion = 1 to my template, but that didnt work.
What is the proper method for enabling atomic recursive snapshots?
Thanks!
HI, I'm trying to perform the migration between to VMs (with Xubuntu inside) hosted by Virtualbox. At the beginning I was doing it with LXD "move" but only cold migration worked. So I tried to make a snapshot and this is what I got.
lxc snapshot prova1 sn --stateful
lxc stop prova1 --stateful
lxc start prova1
Error: Migrate: Failed to run: /snap/lxd/current/bin/lxd forkmigrate prova1 /
I was trying to get back in time running pointing to my freenas server but it wouldnt create the folder on the remote server. Ended up just having to change the ssh user's shell to bash and everything worked! default on freenas is csh shell.
Thanks all working great!
Not sure if it's worth adding to the documentation but I found I had to add the following to the end of the fstab command otherwise the system would not boot cleanly.
,x-systemd.mount-timeout=30,_netdev
The line in fstab now looks like
mfsmount /mnt/mymnt fuse mfssubfolder=mydir,allow_other,x-systemd.mount-timeout=30,_netdev
I think it was trying to mount mooseFS before it had fini
-
Updated
Jun 9, 2020 - Swift
Usage examples
Provide some examples (documentation or ruby files) with some common use cases.
e.g.
- Rake task to pull some complex data relationships
- Code snippet of how to export generated inserts to a
.sqlfile - Sample
rsynccommand to download.sqlfiles from a remote server - Sample
scpcommand
This would give us a better starting point for getting a Kubernetes cluster up and running in the future.
Maybe also using the GraalVM with native binaries. As we didn't use reflection and other stuff which would prohibit the use of native binaries the only thing now is that we moved to Java 13 and the GraalVM just started to support Java 11.
Currently this happens
tabrindle-mbp:~ tabrindle$ solidarity imdumb
ERROR: No solidarity file was found
Make sure you are in the correct folder or run solidarity snapshot to take a snapshot of your environment and create a .solidarity file for this project.
Many CLI tools like commander have a simple option to forward unrecognized commands to help - does https://github.com/infini
Allow naming rules
This is more a question than a bug report, only I couldn't find a mailing list or similar.
Does btrbk support running different versions on the local and remote end, and if so, to what extent and with what caveats? I suppose the question not only applies to btrbk itself, but also btrfs-progs and the btrfs kernel support. Any minimum requirements or recommendations? (I'd prefer to stick with pac
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Jun 29, 2020 - Swift
When having one MaterialDropDown, the content shows on the desired position:

Having a few MaterialDropDown the content opens somewhere above (and it doesn't matter setting setBelowOrigin true or false):
 (*ReadCloserCopier, erro
stdoutReader.Close()
return nil, errors.Wrap(err, "cannot start zfs send command")
}
- stdoutWriter.Close()
+ stdoutWriter.Close() // TODO error checking
stream := &sendS
There's some duplication going on.
Might be better to look into either improving the current setup or using a boilerplate setup
-
Updated
Nov 15, 2018 - Swift
-
Updated
Aug 29, 2019 - Java
Otherwise can shorten some values (in this case arrays of two numbers)
saving snapshot "checks behavior of binary function add 1" for
file src/data-driven-spec.js
{ name: 'add',
behavior:
[ { given: [Object], expect: 3 },
{ given: [Object], expect: 4 },
{ given: [Object], expect: 0 },
{ given: [Object], expect: 21 } ] }
✓ checks behavior of binary function a
-
Updated
Sep 20, 2017 - JavaScript
-
Updated
Apr 17, 2020 - TypeScript
Improve this page
Add a description, image, and links to the snapshot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the snapshot topic, visit your repo's landing page and select "manage topics."
Note: This is fundamentally working as intended, this issue is now about validating the config and providing a sufficient warning.
The configuration
testSequencer(https://jestjs.io/docs/en/configuration#testsequencer-string) is silently ignored inprojects(https://jestjs.io/docs/en/configuration#projects-arraystring--projectconfig)To Reproduce
Run this config