Re: [Bacula-users] sg device node stickyness

2014-10-22 Thread Bryn Hughes
On 14-10-22 01:24 AM, Robert Oschwald wrote: > Using Bacula Server 7.0.4 on CentOS6_64. > > One thing which annoys me is that the sg device node for TapeAlert changes > with every reboot from /dev/sg4 to /dev/sg6 and vice versa. > Is there any setting I can set in udev to get sticky device nodes f

Re: [Bacula-users] sg device node stickyness

2014-10-22 Thread Clark, Patricia A.
Cut -n- paste from my 9/22/14 post: lsscsi shows what you currently have. scsi_id -whitelisted -device=/dev/st0 <-- repeat for each tape device and your autochanger device (use /dev/sg#) - this gets you the unique scsi id to be used in the udev rules In your udev rules make sure that you use

Re: [Bacula-users] sg device node stickyness

2014-10-22 Thread Giuseppe Vitillaro
On Wednesday 22 October 2014 10:24:53 Robert Oschwald wrote: > Using Bacula Server 7.0.4 on CentOS6_64. > > One thing which annoys me is that the sg device node for TapeAlert changes > with every reboot from /dev/sg4 to /dev/sg6 and vice versa. > Is there any setting I can set in udev to get stic

Re: [Bacula-users] sg device node stickyness

2014-10-22 Thread Simone Caronni
Hello, On 22 October 2014 10:24, Robert Oschwald wrote: > One thing which annoys me is that the sg device node for TapeAlert changes > with every reboot from /dev/sg4 to /dev/sg6 and vice versa. > Is there any setting I can set in udev to get sticky device nodes for my > tape device changer devi