Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vz7 u7 #1

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open

Vz7 u7 #1

wants to merge 40 commits into from

Conversation

bacarrdy
Copy link

344 line
qsRule = BRIDGE_TABLES " -A " + chain_name + " -p ip6 --ip6-src " + ip + " -j ACCEPT";

When i add an subnet to CT for example /112 or /64 ebtables creates rule /128 (/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff -j ACCEPT)

it would be really nice if this place will take subnet from cfg and generate ebtables rule including netmask, something like this:

qsRule = BRIDGE_TABLES " -A " + chain_name + " -p ip6 --ip6-src " + ip + "/" + cidr + " -j ACCEPT";

Yuriy Pudgorodskiy and others added 30 commits March 6, 2018 19:13
Since PSBM6, we have separate global and per-adapter dns ip lists.
But prl_nettool in contrast has only per-adapter option.

Let's merge global dns to per-adapter settings while
calculation option list for prl_nettool.
…ervice:vz7-u7 to vz7-u7

* commit 'e350ab0bcd9a4028188e8335c44d13b1d32a0cde':
  Apply dns ips from global network section #PSBM-68559
The pronlem is the read CT config from disk is used.
Lets remove CT registration directly, without reading configuration.

Signed-off-by: Igor Sukhih <[email protected]>
…service:vz7-u7 to vz7-u7

* commit '4d1118a998782ace8dd8429d8f5488437268bcdd':
  CT shared template is not unregister on HOME removal #PSBM-82206
Path to CT config will be used as VE_PRIVATE if VZCTL_CONF_UNREGISTERED is
specified.

Signed-off-by: Igor Sukhih <[email protected]>
…service:vz7-u7 to vz7-u7

* commit '01808a8e632f828a0044aefefbe90f0e40b4051e':
  Load CT config for shared template with extra parameter #PSBM-82278
Temporary registration remains due to incorrect directory uuid passed to the
unlockExclusiveVmParameters()

Signed-off-by: Igor Sukhih <[email protected]>
…service:vz7-u7 to vz7-u7

* commit '6d23c13e8188dd0cb636763de8d1a0fd47eb7efc':
  Unable to create CT with name of destroyed shared template #PSBM-82334
setRealative() flag was missed

Signed-off-by: Igor Sukhih <[email protected]>
…service:vz7-u7 to vz7-u7

* commit 'bb464dce92be73f1569bf54030ad8266cf6994fc':
  Failed to start CT after restore #PSBM-82375
we don't wait for completion of a ct migration progress reporting
thread and delete the thread object unconditionally. this may lead
to ub if the thread itself is still running.
need to wait for completion of the service thread.
…p-service:vz7-u7 to vz7-u7

* commit '935ca46e7f2fea838c3c9e445a5442b4f91a528d':
  bug #PSBM-82909 aka prl_disp_service killed by SIGSEGV
use a generic libprlcommon code for creating qcow images. this way
we'll have a common approach for qemu-img command line construction.
…p-service:vz7-u7 to vz7-u7

* commit '82c6b00ee433a0c5830f49823436de975042f5a1':
  bug #PSBM-82964 aka QCOW2 cluster size is lost for linked clone
template creation

pstorage opens are exclusive for users from different hosts. for
openers from a single host we have to employ flock functionality
to implement a critical section.
…p-service:vz7-u7 to vz7-u7

* commit '30aab2f2f42b5d3859afafcfcbe317dd8d5c6ac4':
  bug #PSBM-82251 aka Print proper error on simultaneous shared template creation
Bonding schema is not correctly processed.
Use all physical and bridge ifaces with assigned ip addresses

Signed-off-by: Igor Sukhih <[email protected]>
…service:vz7-u7 to vz7-u7

* commit '5693cbf66c9b33d221a78ade45bf65c3cce93cc9':
  arp proxy is configured on wrong interfaces for vms #PSBM-83159
the problem with the hang is inside the libvirt code actually. but
we don't need the rpc here because its result is unused.
drop the redundant code.
…p-service:vz7-u7 to vz7-u7

* commit '4e6042562e7c520a9efcde4ed1cf679bdab9cfd5':
  bug #PSBM-83282 aka dispatcher deadlock in CDspStatCollect
Sergey Galas and others added 10 commits April 6, 2018 14:34
New microcode introduces the "Speculative Store Bypass Disable"
CPUID feature bit

Signed-off-by: Igor Sukhih <[email protected]>
…service:vz7-u7 to vz7-u7

* commit '8a1f64905c82a811e80b7ab7e0e0166aa804aefe':
  define the 'ssbd' CPUID feature bit (CVE-2018-3639) #PSBM-84889
VNC port is autogenerated in AUTo mode and should be compared only in MANUAL mode

Signed-off-by: Igor Sukhih <[email protected]>
…service:vz7-u7 to vz7-u7

* commit '8e3be2cbaeb3001896a4282eeb0074beadb0e9a7':
  VNC server restarted on edit CT #PSBM-85959
…cache

We should invalidate CT config on VZCTL_ENV_CONFIG_CHANGED event to
read new data.

Signed-off-by: Igor Sukhih <[email protected]>
…service:vz7-u7 to vz7-u7

* commit 'e8999f1941c2953b2c95c4c44f9c6bfd44acf48d':
  Task_VzStateMonitor::processConfigChangedEvt(): do invalidate config cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant