-
Developers currently have to do:
```
zos bump 0.1.1
zos push --network=ropsten
zos upgrade Foo --network=ropsten
zos upgrade Bar --network=ropsten
...
zos upgrade Zoink --network=ropsten
```…
-
# Installation information
- operating system: osx
- zos version `zos --version`: 0.1.0
- target zero-os version `zos ping`:
# Detailed description
```
zos container list
value out of ran…
-
##### SUMMARY
A UK user reported than using "£" in a dataset name as a src to zos_copy fails with error :
fatal: [winmvsb0]: FAILED! => {"changed": false, "msg": "Parameter verificat…
-
I'm currently using zos as a library instead of the CLI and ran into some problems.
My primary requirements are to use `zos.scripts.querySignedDeployment` for generating the deterministic contract…
-
### What happened?
we saw the same on testnet & mainnet. If a node is in trouble for whatever reason (disk issues, cpu/ram issues, simply turned off by the owner, ..) it can break the farmerbot. It r…
-
Ticket to address the protection of the local devices on the farmer's LAN
- Gist from Jan
- https://gist.github.com/delandtj/b184502ea04f2dbbb71fceb1fe500363
## Questions
- is a VM able to…
-
## Description
This page states:
>With Zowe version 1, you can issue C command to stop Zowe main server. This is not supported in version 2 anymore. A P command is required to make sure …
-
The status quo is that Zos writes the node id to one disk and the node gets a new id if that disk fails. With the uptime requirement in effect, this means that one cycle of minting will almost certain…
-
The method ModelMojoWriter#writeTo swallows exceptions :
{noformat}
@Override public final void writeTo(OutputStream os) {
ZipOutputStream zos = new ZipOutputStream(os);
try {
w…
-
Original issue: https://github.com/eclipse-openj9/openj9/issues/13939
Crash occurs at the check for the ensure hashed bit in the inline allocator, but it stops when J9_ARE_ANY_BITS_SET is changed to …