entilza's latest activity

  • E
    entilza replied to the thread Zpool import not working.
    Lights don't really respond to errors through IT mode. If you think the card is bad you can always plug the drives directly in as sata but you need 4 available ports but you may have the wrong /dev thing when you plug back... maybe you can...
  • E
    entilza replied to the thread Zpool import not working.
    zpool import -f -FX -d /dev/ -m Goose try -m ?
  • E
    entilza replied to the thread Zpool import not working.
    ok and now try the log after that last attempt
  • E
    entilza replied to the thread Zpool import not working.
    does it appear in zpools status now ? never mind i see it does identify it though with the /dev that is showing it registered as importable at least but obviously failing.
  • E
    entilza replied to the thread Zpool import not working.
    So the first one shows the pool that's promising.. hmm
  • E
    entilza replied to the thread Zpool import not working.
    try last one with -f please
  • E
    entilza replied to the thread Zpool import not working.
    can you try zpool import -d /dev maybe it was referenced this way or zpool import -f -d /dev Goose or zpool import -f -FX -d /dev Goose or even zpool import -f -d /dev Goose -o readonly=on or some combo :P
  • E
    entilza replied to the thread Zpool import not working.
    So from the ubuntu server side your drives are being references as /dev/sde1 at least for storagepool.... somehow Goose has flown away... I wonder if Goose was also referenced this way because of this in that log Can you try zpool import -a...
    • 1753575803281.png
  • E
    entilza replied to the thread Zpool import not working.
    no error on the last command? zpool import -f -FX Goose (the n is a dry run)
  • E
    entilza replied to the thread Zpool import not working.
    I have a weird feeling this zpool on here is confused its now pointing at /dev/sde2 What does zpool status show on the ubuntu server if anything?
  • E
    entilza replied to the thread Zpool import not working.
    Try: zpool import -f -FXn Goose
  • E
    entilza replied to the thread Zpool import not working.
    Try import -FXn with goose.
  • E
    entilza replied to the thread Zpool import not working.
    The ubuntu server is the one that has the zpool? (The first log has a bunch of errors from the storage pool not matching the name but I guess we dont care about those partitions) can you do zpool status from the ubuntu server ?
  • E
    entilza replied to the thread Zpool import not working.
    Lets see the log after the last one Also try the -FXn on that
  • E
    entilza reacted to Impact's post in the thread How to Deploy ISO with Like Like.
    It seems that you simply didn't press a key fast enough. Please also use the recommended settings from the links above such as discard.
  • E
    entilza reacted to athijssen's post in the thread How to Deploy ISO with Like Like.
    cant believe it was that simple
  • E
    entilza replied to the thread Zpool import not working.
    The log above may just be a quick info as to what's up : cat /proc/spl/kstat/zfs/dbgmsg Maybe try import -FXn first as it may take a while to see if its possible to recover... may take hours.. see if it even attempts to try.
  • E
    entilza replied to the thread Backup notification.
    Oh I see what you mean "Notification system" Check out the Notification Matchers section. in "notifications" you should be able to add some rules to skip successful backups https://pve.proxmox.com/pve-docs/chapter-notifications.html Maybe...
  • E
    entilza replied to the thread Backup notification.
    When you setup the backup there's a drop down option "send email: Always" change that to "on failure only"
  • E
    entilza replied to the thread Zpool import not working.
    Maybe try -FXn first as it may take a while to see if its possible to recover Also try -F ... And finally -FX as a last resort on the import option which may do recovery option. https://openzfs.github.io/openzfs-docs/man/v2.2/8/zpool-import.8.html