<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Verdana; font-size: 10pt; color: #000099'><span></span><br><blockquote id="DWT150" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px; color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;">Although there definitively are some bugs as this problem should be diagnosed in<br>a sane way, the problem should be solvable on your side:<br><br>setup-storage relies on the variable disklist to carry the list of devices that<br>could possibly be made use of. Now this variable is set by FAI, but that happens<br>quite early on. As you only create the devices in this hook, they won't end up<br>in the disklist variable.<br><br>The solution should be as follows:<br><br>- Rename your hook to partition.DB-server.source<br>- As a result, your hook will not be executed in a subshell, but will be sourced<br>  instead.<br>- At the very end add (possibly with a sleep or more correctly a call to<br>  udevsettle in between) a call to set_disk_info. This is a built-in routine of<br>  FAI that will properly set the variable disklist, which is then used by<br>  setup-storage.<br><br></blockquote>sounds like a great work-arround! thanks! will try later today. let you kjnow whether it works or not.<br>best regards!<br>alex<br><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px; color: rgb(0, 0, 0); font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;">Hope this helps,<br>Michael<br><br></blockquote><br></div></body></html>