Displaying 2 results from an estimated 2 matches for "1user".
Did you mean:
user
2017 Nov 08
2
Does libvirt-sanlock support network disk?
...orage.*
I tried *iSCSI*, but found it didn't generate any resource file:
Version: *qemu-2.10 libvirt-3.9 sanlock-3.5*
1. Set configuration:
qemu.conf:
*lock_manager = "sanlock"*
qemu-sanlock.conf:
*auto_disk_leases = 1disk_lease_dir = "/var/lib/libvirt/sanlock"host_id =
1user = "sanlock"group = "sanlock"*
# systemctl restart sanlock
# systemctl restart libvirtd
2. Start a VM with iSCSI disk and check
*resource file*
VM disk xml:
<disk type='network' device='disk'>
<driver name='qemu' type='raw'/>...
2009 Jul 28
0
Call history problems from B2BUA
...x.x.x.x?
This leads to the second scenario which is actually our preferred
configuration. We set fromuser and fromdomain in sip.conf. This is
preferable to use because we use different IDs internally and externally
so we never expose internal IDs to the world. Thus, user1's sip ID
might be 1user but his public sip address is user1 at mycompany.com. Thus,
we would like to overwrite his outbound identity to be
user1 at mycompany.com. That's why we originally set fromuser and
fromdomain but this backfired. Now user2 sees user1's call as coming
from user1 <user2 at yourcompany.co...